List Profile Statuses

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

This API requires the Account Administrator role.

Lists the current statuses for the given profiles.

Request Body

{"profileIds"=>["ABDCEF", "OKIJTH"]}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: OK

[{"action":"ADD","status":"COMPLETED","message":"Feature added successfully","profileId":"{{accountId}}","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"}}}]