Skip to content

List tenant users

GET
/api/v1/tenant/users

Return all users that belong to the current tenant.

Authorizations

Responses

200

Successful Response

Wrapper response for GET /tenant/users.

Attributes: data: The user list payload.

object
data
required

List of users returned by GET /tenant/users.

Attributes: users: The list of user records. total: Total count of users.

object
total
required
integer
users
required
Array<object>

User record returned by list/invite/update endpoints.

Attributes: id: Unique user identifier. email: User’s email address. name: User’s display name. role: User’s role within the tenant.

object
email
required
string
id
required
string format: uuid
name
required
string
role
required
string