Skip to main content

linear.userresponse

Home > @runlightyear/linear > UserResponse

UserResponse interface

Signature:
interface UserResponse 

Required Properties

PropertyModifiersTypeDescription
activebooleanWhether the user account is active or disabled (suspended).
adminbooleanWhether the user is an organization administrator.
archivedAtDateTimeThe time at which the entity was archived. Null if the entity has not been archived.
avatarUrlstringAn URL to the user's avatar image.
calendarHashstringHash for the user to be used in calendar URLs.
createdAtDateTimeThe time at which the entity was created.
createdIssueCountnumberNumber of issues created.
descriptionstringA short description of the user, either its title or bio.
disableReasonstringReason why is the account disabled.
displayNamestringThe user's display (nick) name. Unique within each organization.
emailstringThe user's email address.
guestbooleanWhether the user is a guest in the workspace and limited to accessing a subset of teams.
idLinearIDThe unique identifier of the entity.
inviteHashStringUnique hash for the user to be used in invite URLs.
isMeBooleanWhether the user is the currently authenticated user.
lastSeenDateTimeThe last time the user was seen online. If null, the user is currently online.
nameStringThe user's full name.
organization{ id: LinearID; name: string; }Organization the user belongs to.
statusEmojistringThe emoji to represent the user current status.
statusLabelstringThe label of the user current status.
statusUntilAtDateTimeA date at which the user current status should be cleared.
timezonestringThe local timezone of the user.
updatedAtDateTimeThe 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.
urlstringUser's profile URL.