v1

latestSwagger 2.02026-07-14551943.9 KB
Users

Get all users

Returns an array of arrays containing all accounts corresponding to all users. Required permission: 'users'.

get/servers/{serverid}/users/

Path parameters

serveridstring required

Base64 encoded server id

Query parameters

filterstring

Filter users based on an attribute. Takes the format attributename=attributevalue. You can filter for multiple values at once, e.g. group=in:group1,group2

searchstring

Search for a username LIKE %search%

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 users

totalnumberinteger

total number of users