Get All Users
Get all users from the system.
Method: GET
Endpoint:
/omni/users
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
{
"users": [
{
"user_id": <string>,
"user_name": <string>
}
}
Field | Type | Description |
---|---|---|
users | array | An array of all system users |
user_id | string | The ID of the user |
user_name | string | The name of the user |
, multiple selections available,
Related content
User Login
User Login
More like this
Get User Campaigns
Get User Campaigns
More like this
User Log Out
User Log Out
More like this
User Authentication Token
User Authentication Token
More like this
Get Disposition codes
Get Disposition codes
More like this
Connect Calls
Connect Calls
Read with this