Invite
Authorizations
AuthenticationstringRequired
Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.
Example of authenticated request
$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Body
first_namestringRequiredExample:
Adèlelast_namestringRequiredExample:
Bouvetemailstring · emailRequiredExample:
[email protected]rolestring · enumRequiredPossible values:
Note: Only 1 role is accepted as input for this endpoint.
Responses
201
Create successful
application/json
post
/managers/invite/201
Create successful
Last updated
Was this helpful?