User Attribute Reference
User Attributes are what make up a user’s identity within Moveworks. Moveworks exposes these attributes to be used in API requests & launch options for ease of development.
List of available User Attributes
Any key value pair that does not match up with one of the default user attributes can be mapped to the custom_attributes field
For example, if you a have a field called office that would like to map to the Moveworks User, you would map that under custom_attributes, and can then access the field using user.custom_attributes.office
work_status enum
The work status field is composed of the following predefined options
user_tags enum
The user tags field is composed of the following predefined options:
external_system_identities map
The external system identities map has the shape of <string, ExternalSystemIdentity> which can be interpreted as a dictionary with a string key such as jira_service_desk and an object as its value. The objects composes of the following fields:
An example mapping would be: user.external_system_identities.jira_service_desk.external_id
Refer to this article to learn about registering a custom user attribute.