A query string that is matched against user attributes, such as `displayName`, and `emailAddress`, to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with a `displayName` of *John Smith* and a user with an `…
avatarSizestring
The size of the avatar to return. Only used when `show_avatar` is true.
maxResultsinteger
The maximum number of items to return. The total number of matched users is returned in `total`. Defaults to 50.
showAvatarboolean
Include the URI to the user's avatar. Defaults to false.
excludeAccountIdsarray
A list of account IDs to exclude from the search results. Cannot be provided with `exclude`.
excludeConnectUsersboolean
Exclude Connect app users from the search results. Defaults to false.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not