List User Statuses

POST https://{{axpAPIDomain}}/api/admin/user/v1/accounts/:accountId/users:listStatuses

This API requires the Account Administrator role.

Lists the current statuses for the given users.

Request Body

{"userIds"=>["4ffcec98-2206-44b1-94e3-e253abf6a4d2", "4a83190d-b288-4efe-b3bf-96d5c5c5ae44"]}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: OK

[{"action":"ADD","status":"COMPLETED","message":"Completed successfully","userId":"c8c2909d-75e9-484a-94c0-b7e8d30771fe","role":{"action":"ADD","status":"COMPLETED","message":"Added successfully"},"features":{"matching":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"chat":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"messaging":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"email":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"voice":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"cmvoice":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"aci":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"recorder":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"outbound":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"}}}]