Teams
Team objects are used to group users into teams.
Last updated
Team objects are used to group users into teams.
Last updated
Example:
POST
https://api.simpleokr.com/v1/teams
Create a new Team object.
Name | Type | Description |
---|---|---|
GET
https://api.simpleokr.com/v1/teams
Returns a list of your teams.
GET
https://api.simpleokr.com/v1/teams/:id
Retrieve details about the existing Team. Supply the unique Team ID from either a team creation response or team list response.
POST
https://api.simpleokr.com/v1/teams/:id
Update details of an existing team
DELETE
https://api.simpleokr.com/v1/teams/:id
Delete an existing Team.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Attribute
Type
Description
id
string
Unique team identifier
name
string
Team name
created_at
string
Time when the team was created. RFC 3339 format.
name
string
Name of the team
page_token
string
Page number
id
string
Team ID
id
string
Team ID
name
string
New team name