Users
Retrieve a paginated list of all users in the system.
Query parameters
cursorstringOptional
Cursor for pagination (base64-encoded user ID)
limitintegerOptionalDefault:
The max number of users to return at a time.
100
Responses
200
A list of users.
application/json
403
Forbidden
text/plain
422
Unprocessable Entity
text/plain
get
Delete an existing user by their unique GlobalID.
Path parameters
user_idstringRequired
The GlobalID of the user (e.g. 'VXNlcjox').
Responses
204
No content returned on successful deletion.
403
Cannot delete the default admin or system user
text/plain
404
User not found.
text/plain
422
Unprocessable Entity
text/plain
delete
No content
Create a new user with the specified configuration.
Body
userone ofRequired
or
send_welcome_emailbooleanOptionalDefault:
true
Responses
201
The newly created user.
application/json
400
Role not found.
text/plain
403
Forbidden
text/plain
409
Username or email already exists.
text/plain
422
Unprocessable Entity
text/plain
post
Last updated
Was this helpful?