cURL
curl --request POST \ --url https://{host}/Agent/Xmpp/GetRosterItem \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "bareJid": "<string>" } '
{ "bareJid": "<string>", "pendingSubscription": true, "status": "<string>", "name": "<string>", "Groups": [ "<string>" ] }
Gets information about a specific roster item for the account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success