v3
latestOpenAPI 3.0.22026-08-04424560.5 KBUser V1
listUsers
Lists users in organizations you have access to
get/v1/users
Query parameters
org_idsOrganizationId[]
Comma-separated list of organization ids to filter by
querystring
Query text to filter by
limitnumber
Limit the results size
offsetnumber
Specify the offset
Response
List of users
Example response
{
"users": [
{
"display_name": "Example user",
"name": "Example user",
"preferred_language": "de",
"signature": "<p>Thanks</p>",
"custom_navigation": "5gbe4nkp6jsfq",
"roles": [
"Owner"
],
"image_uri": {
"original": "https://account-profile-images.epilot.cloud/1/avatar.png",
"thumbnail_32": "https://account-profile-images.epilot.cloud/1/avatar_32x32.png"
},
"properties": [
{
"name": "profileImageName",
"value": "avatar.png"
}
]
}
]
}