Optionalactive?: booleanA boolean value indicating the user's administrative status. This value will default to true if not provided.
Optionalattributes?: stringResource attributes to be included in the response. Mutually exclusive from excludedAttributes. Example:
userName,emails.value
Optionaldepartment?: stringUser's department.
The SCIM base URL that is generated when conecting an identity provider with SCIM provisioning.
OptionaldisplayName?: stringUser's display name.
Optionalemails?: { primary?: boolean; type?: string; value?: string; [key: string]: unknown }[]Email addresses of the User. This is a required field during user creation or modification. One value must be marked as primary.
OptionalexcludedAttributes?: stringResource attributes to be excluded in the response. Mutually exclusive from attributes. Example:
timezone,emails.type,department
OptionalexternalId?: stringIdentifier defined by provisioning client. This is a case-sensitive field. Uniqueness is controlled by client.
Optionalgroups?: {Groups to which the user is associated in SCIM.
Optionalid?: stringUnique identifier defined by Atlassian SCIM Service. CaseExact. This is a read-only field and will be disregarded if included in the payload during user creation or modification..
Optionalmeta?: {Optionalcreated?: unknownThe DateTime that the resource was added to Atlassian SCIM service. This is a read-only field.
OptionallastModified?: unknownThe most recent DateTime that the details of this resource were updated. This is a read-only field.
Optionallocation?: stringThe URI of the resource being returned. This is a read-only field.
OptionalresourceType?: string & {} | "USER" | "GROUP" | "DIRECTORY"The name of the resource type of the resource. This is a read-only and case-sensitive field.
Optionalname?: {OptionalfamilyName?: stringThe family name of the User.
Optionalformatted?: stringThe full name, including all middle names, titles, and suffixes as appropriate, formatted for display.
OptionalgivenName?: stringThe given name of the User.
OptionalhonorificPrefix?: stringThe honorific prefix(es) of the User, or title in most Western languages.
OptionalhonorificSuffix?: stringThe honorific suffix(es) of the User, or suffix in most Western languages.
OptionalmiddleName?: stringThe middle name(s) of the User.
OptionalnickName?: stringUser's nickname.
Optionalorganization?: stringUser's organization.
OptionalphoneNumbers?: { primary?: boolean; type?: string; value?: string; [key: string]: unknown }[]Phone numbers of the user.
OptionalpreferredLanguage?: stringUser's preferred language.
Optionalschemas?: string[]SCIM schemas that define the attributes present in the current JSON structure This is a required field during user creation or modification.
Optionaltimezone?: stringUser's timezone. e.g. America/Los_Angeles .
Optionaltitle?: stringUser's title.
Optionalurn:ietf:params:scim:schemas:extension:enterprise:2.0:User?: { department?: string; organization?: string; [key: string]: unknown }Optionaldepartment?: stringDepartment the user belongs to.
Optionalorganization?: stringOrganization the user belongs to.
Optionalurn:scim:schemas:extension:atlassian-external:1.0?: { atlassianAccountId?: string; [key: string]: unknown }Unique ID to identiy the users. Use the Get users API to get the userId.
OptionaluserName?: stringUnique identifier defined by the provisioning client. Atlassian SCIM service will verify the value and guarantee its uniqueness. This is a required field during user creation or modification.
Optionaloptions: RequestOptions
Update the directory-based user information using the user attributes associated with their
userId. User information is replaced attribute-by-attribute, with the exception of immutable and read-only attributes. Existing values of unspecified attributes are cleaned.