A user alias object is created for each unique way a user shows up in a source system such as GitHub, and Jira. One person may do work under many different email addresses or user ids. The user alias object is a record of each of those identities. Many user aliases can be merged together to create one user id.
Supported request
Get a collection of user aliases: https://flow.pluralsight.com/v3/customer/core/user_alias/
Fields
Name | Type | Description |
---|---|---|
username | string | User alias username. |
username_icontains | string | Username contains a specific string. |
username_startwith | string | Username starts with a specific string. |
string | User alias email address. | |
email__icontains | string | Email contains a specific string. |
email__startswith | string | Email starts with a specific string. |
apex_user | string | Apex user ID. Filter-traversable object. |
apex_user__in | string | Multiple apex user IDs separated by commas. |
id | double | User alias's unique identifier. |
id__in | double | Multiple user_alias_id values separated by commas. |
name | string | User alias name. |
name__icontains | string | User's alias name contains a specific string. |
name__startswith | string | User's alias name starts with a specific string. |
integration | string | Integration user alias is associated with. Filter-traversable object. |
created_at | double | Date and time the user alias was created. |
created_at__gt | string | Records greater than date or datetime (yyyy-mm-dd hh:mm:ss). |
created_at__gte | string | Records greater than or equal to date or datetime (yyyy-mm-dd hh:mm:ss). |
created_at__lt | string | Records less than date or datetime (yyyy-mm-dd hh:mm:ss). |
created_at__lte | string | Records less than or equal to date or datetime (yyyy-mm-dd hh:mm:ss). |
first_activity_at | string | User alias' first activity at date or datetime (yyyy-mm-dd hh:mm:ss) |
first_activity_at__gt | string | User alias' first activity greater than date or datetime (yyyy-mm-dd hh:mm:ss) |
first_activity_at__gte | string | User alias' first activity greater than or equal to date or datetime (yyyy-mm-dd hh:mm:ss) |
first_activity_at__lt | string | User alias' first activity less than date or datetime (yyyy-mm-dd hh:mm:ss) |
first_activity_at__lte | string | User alias' first activity less than or equal to date or datetime (yyyy-mm-dd hh:mm:ss) |
last_activity_at | string | User alias's last activity at date or datetime (yyyy-mm-dd hh:mm:ss) |
last_activity_at__gt | string | User alias' last activity greater than date or datetime (yyyy-mm-dd hh:mm:ss) |
last_activity_at__gte | string | User alias' last activity greater than or equal to date or datetime (yyyy-mm-dd hh:mm:ss) |
last_activity_at__lt | string | User alias' last activity less than date or datetime (yyyy-mm-dd hh:mm:ss) |
last_activity_at__lte | string | User alias' last activity less than or equal to date or datetime (yyyy-mm-dd hh:mm:ss) |
ordering | string | Which fields to use when ordering the results. |
search | string | A search term |