Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets the account’s roster.
POST /Agent/Xmpp/GetRoster
{ "offset":Optional(Int(0 <= POffset <= 2147483647)), "maxCount":Optional(Int(0 < PMaxCount <= 2147483647)) }
{ "RosterItems": { "bareJid": Required(Str(PBareJid)), "pendingSubscription": Required(Bool(PPendingSubscription)), "status": Required(Str(PStatus)), "name": Required(Str(PName)), "Groups": Optional(Str(PGroups)[]) }?[] }