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
Name | Type | Description |
---|---|---|
|
| Unique team identifier |
Response
The table below summarizes the response parameters.
Name | Type | Description |
---|---|---|
|
| Unique identifier of the team |
|
| API key to activate the DriveKit SDK |
|
| API key to use the DriveKit Admin services |
Last updated