Create a developer API client

Create a Developer API client.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
Name of the API client.
api_privilege_group_idintegerRequired
API client role ID.
all_foldersbooleanRequired
Flag indicating whether API client has access to all folders.
folder_idslist of integersOptional

Array of folder IDs. Required if all_folders is false.

environment_namestringOptional
Name of the environment. Required if your workspace has environments enabled.

Response

Success reply
resultobject

Errors