teams

Get a user's teams

Get a list of teams that a user is on.

Permissions

Must be authenticated as the user or have the manage_system permission.

get/api/v4/users/{user_id}/teams

Path parameters

user_idstring required

User GUID

Response

Team list 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