teams

Get a team

Get a team on the system.

Permissions

Must be authenticated and have the view_team permission.

get/api/v4/teams/{team_id}

Path parameters

team_idstring required

Team GUID

Response

Team retrieval successful

idstring
create_atinteger

The time in milliseconds a team was created

update_atinteger

The time in milliseconds a team was last updated

delete_atinteger

The time in milliseconds a team was deleted

display_namestring
namestring
descriptionstring
emailstring
typestring
allowed_domainsstring
invite_idstring
allow_open_inviteboolean
policy_idstring

The data retention policy to which this team has been assigned. If no such policy exists, or the caller does not have the sysconsole_read_compliance_data_retention permission, this field will be null.

Changes