Create a developer API client

Create a Developer API client.

Path parameters

managed_user_idstringRequired

The Embedded customer ID or external ID. External IDs must be URL encoded and prefixed with an E, for example: EA2300.

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