User Attributes 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:

first_name
string

The first name of the user

last_name
string

The last name of the user

email_addr
string <email>

The Email address of the user

role
string

The role of the user

department
string

The department to which the user belongs

manager_email
string <email>

The manager's email address for the user

custom_data
object

A field for custom attributes. This can be used to store any additional information about the user.

Accessing User Attributes

User Attributes can be accessed using the user object in the DSL rule. For example, to access the email_addr attribute, you can use user.email_addr in the rule

Registering New Custom Attributes

For adding Custom Attributes, please share your list of attributes & their source systems to your Customer Success team. These will become available under user.custom_data

Viewing Custom Attributes

For viewing the Custom Attributes that you currently have set up, please reach out to your CSE and they will forward you a list.