Teams
Team objects are used to group users into teams.
Attribute | Type | Description |
id | string | Unique team identifier |
name | string | Team name |
created_at | string | Time when the team was created. RFC 3339 format. |
Example:
{
"id": "16682617-f25d-4df2-9f51-3c38298996b8",
"name": "Product Engineering",
"created_at": "2018-02-20T12:32:56Z"
}
post
https://api.simpleokr.com
/v1/teams
Create Team
get
https://api.simpleokr.com
/v1/teams
List Teams
get
https://api.simpleokr.com
/v1/teams/:id
Retrieve Team
post
https://api.simpleokr.com
/v1/teams/:id
Update Team
delete
https://api.simpleokr.com
/v1/teams/:id
Delete Team
Last modified 4yr ago