Skip to main content

DesProjectGuest

Represents a project guest (a user who is not registered to the workspace but has explicit share to one or more items in the workspace).

type DesProjectGuest {
displayName: String!
email: String!
firstName: String!
globalUserId: String!
isOnline: Boolean
lastName: String!
profilePicture(
size: DesWorkspaceUserProfilePictureSize! = SIZE48X48
): URL
}

Fields

DesProjectGuest.displayName ● String! non-null scalar

A composition of the first name and last name.

DesProjectGuest.email ● String! non-null scalar

Email of the user.

DesProjectGuest.firstName ● String! non-null scalar

The first name of the user.

DesProjectGuest.globalUserId ● String! non-null scalar

The global user identifier.

DesProjectGuest.isOnline ● Boolean scalar

Specifies whether the user is active within any of the workspaces. Null if the information is unavailable (e.g. the requester does not belong to the user's organization).

DesProjectGuest.lastName ● String! non-null scalar

The last name of the user.

DesProjectGuest.profilePicture ● URL scalar

A URL for a picture of this user.

DesProjectGuest.profilePicture.size ● DesWorkspaceUserProfilePictureSize! non-null enum