Copy a developer API client role

Creates a copy of an Embedded customer's Developer API client role.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

idintegerRequired
ID of the API client.

Headers

AuthorizationstringRequired

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

Response

Data
idinteger or null
The unique identifier of the role.
namestring or null
The name of the role.
created_atstring or null
The timestamp when the copied role was created.
updated_atstring or null
The timestamp when the copied role was last updated.

Errors