# Get users

This endpoint retrieves users belonging to the account of the calling user.

Method Path Operation*
GET /users get_users

*

In order for a User to perform the "get_users" operation, the "get_users" permission must be included in the list of allowed actions in the statement of the user's role. footnote

# Request

No parameters.

# Response

Attribute Type Description
name string Name of the user.
role string Role UUID of the user.

# Status codes

Requests to this endpoint result in generic status codes. For a comprehensive list of status codes, please consult the Status codes section.

Was this article helpful?