linear.userresponse
Home > @runlightyear/linear > UserResponse
UserResponse interface
Signature:interface UserResponse
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
active | boolean | Whether the user account is active or disabled (suspended). | |
admin | boolean | Whether the user is an organization administrator. | |
archivedAt | DateTime | The time at which the entity was archived. Null if the entity has not been archived. | |
avatarUrl | string | An URL to the user's avatar image. | |
calendarHash | string | Hash for the user to be used in calendar URLs. | |
createdAt | DateTime | The time at which the entity was created. | |
createdIssueCount | number | Number of issues created. | |
description | string | A short description of the user, either its title or bio. | |
disableReason | string | Reason why is the account disabled. | |
displayName | string | The user's display (nick) name. Unique within each organization. | |
string | The user's email address. | ||
guest | boolean | Whether the user is a guest in the workspace and limited to accessing a subset of teams. | |
id | LinearID | The unique identifier of the entity. | |
inviteHash | String | Unique hash for the user to be used in invite URLs. | |
isMe | Boolean | Whether the user is the currently authenticated user. | |
lastSeen | DateTime | The last time the user was seen online. If null, the user is currently online. | |
name | String | The user's full name. | |
organization | { id: LinearID; name: string; } | Organization the user belongs to. | |
statusEmoji | string | The emoji to represent the user current status. | |
statusLabel | string | The label of the user current status. | |
statusUntilAt | DateTime | A date at which the user current status should be cleared. | |
timezone | string | The local timezone of the user. | |
updatedAt | DateTime | The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't been updated after creation. | |
url | string | User's profile URL. |