Get team details
GET
/api/partners/v1/team/{team_id}/
Return team details including a list of the employees
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” team_id
required
string
The team id.
Example
12345Responses
Section titled “ Responses ”Success
object
id
The id of the team
integer
123 name
The name of the team
string
TeamName team_type
The type of the team
string
users
Array<object>
object
id
The id of the user
integer
123 first_name
The first name of the user
string
Elon last_name
The last name of the user
string
Zukerburg email
The email of the user
string
elon.zukerburg@x.com role
The role of the user
string
user-roleWe were unable to authenticate your request with the provided API key.
object
error_type
string
CommunityNotFound message
string
Could not find community with corresponding ID.A community with this ID does not exist.
object
error_type
string
CommunityNotFound message
string
Could not find community with corresponding ID.