cURL
curl --request POST \ --url https://{host}/Agent/Xmpp/GetRoster \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "offset": 1073741823, "maxCount": 123 } '
{ "RosterItems": [ { "bareJid": "<string>", "pendingSubscription": true, "status": "<string>", "name": "<string>", "Groups": [ "<string>" ] } ] }
Gets the account’s roster.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
0 <= x <= 2147483647
x <= 2147483647
Success
Show child attributes