API Reference
Log In
API Reference

Create a Team

Creates a Team for a given Tenant. This only associates a Team name with an affiliate code (brandCode), it does not define Team members. Use the "add member" endpoint for this (/api/v1/tenants/tenant/tenant-id/{tenantId}/users/teams/team-id/{teamId}/member). Don't pass a value for the type parameter.

Path Params
string
required

Unique Tenant identifier.

Body Params
string
required

Team Name

string

URL of the logo to display for the Team.

string

Affiliate code (brandCode).

string

Team type. Don't pass a value for this here.

Response
200

Successfully created a Team.

Language
Credentials
Click Try It! to start a request and see the response here!