Hierarchy

  • UserResource

Constructors

Properties

active?: boolean

Indicates whether the user is active or deactivated in the organization.

displayName?: string

A human-readable name for the user, typically the full name.

An array of email addresses, each an object with a value, display and primary flag.

An array of groups (teams) the user belongs to in the organization. Contains id and display name of the team.

id?: string

A server-assigned, unique identifier for this user.

An array for profile pictures, contains type.

preferredLanguage?: string

Specifies the users preferred language.

Example: en_US for English.

An array of roles assigned to the user in the organization. Contains role type, value, display and primary flag.

schemas?: string[]

Identifies which schema(s) this resource uses. In this case it is the SCIM core User schema.

urnietfparamsscimschemasextensionenterprise20User?: UserResourceUrnIetfParamsScimSchemasExtensionEnterprise20User
userName?: string

The unique username/login identifier. An email address in this case.

userType?: string

Free-form string to indicate the user license type in the organization.