Overview
Gets the account’s roster.HTTP request
POST /Agent/Xmpp/GetRoster
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| POffset | Offset into the roster where response begins. |
| PMaxCount | Maximum number of roster items to return. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PBareJid | Bare JID of roster item. |
| PPendingSubscription | If the account has a pending subscription request to the remote entity. |
| PStatus | Status of roster item. |
| PName | Name given to the roster item. |
| PGroups | Names of groups to which the roster item is assigned. |