v1
latestSwagger 2.02026-07-14551943.9 KBUsers
Accounts
Get all accounts of a specific user
Returns an array containing all accounts corresponding to this user. Required permission: 'sessions' or 'users'.
get/servers/{serverid}/users/{userid}/accounts
Path parameters
serveridstring required
Base64 encoded server id
useridstring required
User name
Query parameters
limitinteger
Limit the number of results
markerinteger
Offset in the result list
sortstring
Sort the results by column. You can also specify ascending (default if not specified) or descending, e.g., column:asc . You can also sort by multiple columns, e.g., column1:desc,column2:asc
Response
Array of accounts