Teams
Get list of your teams
GET
https://app.zencal.io/api/v1/teams
This method will return a list of all teams to which your user has administrator privileges.
Headers
Get list of users in your team
GET
https://app.zencal.io/api/v1/teams/{teamUuid}/users
This method will return list of team members
Path Parameters
Headers
Create a new user in your team
POST
https://app.zencal.io/api/v1/teams/{teamUuid}/users
Remember to check if your subscription plan allows you to add more users before adding them. You can check this in the "Billing" tab of your Zencal account.
Path Parameters
Headers
Request Body
Delete user from your team
DELETE
https://app.zencal.io/api/v1/teams/{teamUuid}/users/{userUuid}
Path Parameters
Headers
Last updated