Profile

A Profile describes detailed information about a UserAccount, as it relates to a particular Role.

OBJECT SCHEMA

FieldTypeRequiredDescription
idUUIDYes

The unique ID of this object.

displayNamestringNo

Display name of the related user. Usually firstName + lastName.

firstNamestringYes

The first name of the related user.

lastNamestringYes

The last name of the related user.

photoUrlstringNo

A URL to a profile photo.

titlestringNo

The title of the related user.

telephones[Telephone]No

Array of Telephone objects

emails[Email]No

Array of Email objects

primaryOfficeOfficeNo

The primary office of the user

primaryCompanyCompanyNo

The primary company of the user

primaryEmailEmailNo

The primary email address of the user.

primaryTelephoneTelephoneNo

The primary telephone number of the user.

primaryAddressAddressNo

The primary address of the user.

typenamestringYes

The GraphQL type name. Aways "Profile".

* represents a required field.

Updated July 23, 2026