post https://api.lucid.co/teams
Creates a new team for the authenticated user, populated with the given team members.
Whether the requesting user is automatically added to the team depends on whether the request was made using user or admin permissions.
- User: user is automatically added to the team
- Must request with a user grant/scope and either omit the header
Lucid-Request-As
or contain the valueuser
.- Admin: user is not automatically added to the team
- Must request with an admin grant/scope and contain the header
Lucid-Request-As
with valueadmin
.
Valid Authentication Methods
API Key Grants:
- TeamsEdit
- TeamsAdmin
OAuth 2.0 User Token Scopes:
- teams
- teams:admin