Create Team

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 value user.
  • Admin: user is not automatically added to the team
    • Must request with an admin grant/scope and contain the header Lucid-Request-As with value admin.

Valid Authentication Methods

API Key Grants:

  • TeamsEdit
  • TeamsAdmin

OAuth 2.0 User Token Scopes:

  • teams
  • teams:admin

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