teams

Get team members by ids

Get a list of team members based on a provided array of user ids.

Permissions

Must have view_team permission for the team.

post/api/v4/teams/{team_id}/members/ids

Path parameters

team_idstring required

Team GUID

Request body

string[] required

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.