Search profiles
Authorizations
Cookie-based authentication
Query Parameters
Search string. It searches in any part of firstName, lastName or email. Defaults to all users
Which profiles to show. Defaults to 'users'
users
, all
, enneo
, serviceWorkers
Determines the format of the profiles. Possible values are 'full' or 'short'. In 'full' format, the settings and last login date of the user are included, provided the user has sufficient permissions.
full
, short
Maximum number of profiles to return. Defaults to 100.
x >= 1
Number of profiles to skip. Useful for pagination. Defaults to 0.
x >= 0
List of team IDs. If provided, only users from these teams will be returned. When not specified, all users are returned. When "unassigned", only users without a team are returned.
[1, 2]
List of tag IDs. If provided, only users with these skills will be returned
[1, 2]
List of channel IDs. If provided, only users with these channels will be returned
["email", "chat"]
Filter profiles by role ID
Filter users by their last seen time. Can be either a datetime value (e.g. "2023-12-01 14:30:00") or "online" to show only currently active users. When "online" is used, it shows users active in the last 10 minutes. Note: Requires 'readUserLastSeenDate' or 'readAnyUserProfile' permission.
"online"