Create a team
This service can be used to create a new team in your organisation.
Each team must have a unique name. The service will refuse your request and return an error message if you attempt to create a team whose name is already used.
When successful, the service will return:
The DriveKit SDK API key, which can be used to activate the SDK
The DriveKit Admin API key, which can be used to access the DriveKit Admin API
If you have your enterprise API key, you can try the API via this link.
Request body
teamId
string
Unique team identifier
Response
The table below summarizes the response parameters.
teamId
string
Unique identifier of the team
sdkApiKey
string
API key to activate the DriveKit SDK
adminApiKey
string
API key to use the DriveKit Admin services
Last updated