UserLocator
Represents a locator string for filtering User entities. Examples:
name:John Smith
— find user with nameJohn Smith
.group:<groupLocator>
— find all users in user group found bygroupLocator
.
Properties
Dimension | Data type | Format | Description |
---|---|---|---|
|
|
| Username or 'current' for current user. |
|
| User group (direct or indirect parent) locator, includes the user considering group hierarchy. | |
|
|
| For paginated calls, how many entities to return per page. |
|
|
| User email. |
|
| User group (direct parent) locator, includes the user directly. | |
|
|
| User id. |
|
|
| User's last login time formatted as 'yyyyMMddTHHmmss+ZZZZ' |
|
|
| User's display name |
|
|
| Supported
|
|
|
| User's role |
|
|
| For paginated calls, from which entity to start rendering the page. |
|
|
| Username of a user. |