user

get all users

This can only be done by a logged in user who has the required privileges.

get/api/v1/users

Query parameters

metaboolean

Set to true to receive response in data/meta format

Response

List all users

idstring

User Id

usernamestring required

Username as an email address

firstnamestring required

firstname

lastnamestring required

lastname

status'active' | 'pending' | 'disabled'
tenantstring
permissionsPermissions[]
confirmedboolean

true, if the confirmation link/email has been triggered

imgstring

url to user image

Changes