teams

Get team members

Get a page team members list based on query string parameters - team id, page and per page.

Permissions

Must be authenticated and have the view_team permission.

get/api/v4/teams/{team_id}/members

Path parameters

team_idstring required

Team GUID

Query parameters

pageinteger

The page to select.

per_pageinteger

The number of users per page.

Response

Team members retrieval successful

team_idstring

The ID of the team this member belongs to.

user_idstring

The ID of the user this member relates to.

rolesstring

The complete list of roles assigned to this team member, as a space-separated list of role names, including any roles granted implicitly through permissions schemes.

delete_atinteger

The time in milliseconds that this team member was deleted.

scheme_userboolean

Whether this team member holds the default user role defined by the team's permissions scheme.

scheme_adminboolean

Whether this team member holds the default admin role defined by the team's permissions scheme.

explicit_rolesstring

The list of roles explicitly assigned to this team member, as a space separated list of role names. This list does not include any roles granted implicitly through permissions schemes.

Changes

No recorded changes to this endpoint across all 1 revision of this API.