Users
Group Users
The user entity provides identifying information about members of your organization, teams, and spaces.
Note: The user object is owned by the individual whose account is associated with it. Only this individual can make changes to the user object, including deleting it. Organizations indirectly maintain control over users within the organization via the several membership objects described in this documentation.
Get all users in organization
This endpoint returns a paginated collection of users who are members of this organization.
Organization owners and admins of the requested organization receive full user details. Members of the requested organization who are not owners or admins receive only a limited set of user information.
This endpoint is accessible by all members of the organization.
Query Parameters
Response for admin
Response for non-admin
Get all users in a space
This endpoint returns a paginated list of all users in a space. Note that this includes both users who have access directly, via a space membership, as well as indirectly, via membership in a team that has access to the space via a team space membership.
This endpoint is accessible by all members of the space.
Query Parameters
The following response for this endpoint depends on the requester’s role in the space.
- Admin requesters receive full user information.
- Non-admin requesters receive a reduced (minified) representation of each user.
The top-level pagination structure of the response remains the same, but the fields returned for each user in items may differ.
Response for admin
Note: Non-admin clients should not assume that all user attributes are present in the response. Fields such as email, activated, signInCount, confirmed, 2faEnabled, version, createdAt, and updatedAt may be omitted for non-admin requesters.
Response for non-admin
Get a single user
Get a single user (organization-scoped)
Get a single user (space-scoped)
These endpoints return details about an existing user, either in the context of an organization or a space.
The first endpoint (scoped to an organization) is accessible to all organization members; the second (scoped to a space) is accessible to all members of that space.