Create new Personal Access Token
POST/api/management/v1/useradm/settings/tokens
Create new Personal Access Token with given name and expiration.
Request
Responses
- 200
- 400
- 401
- 409
- 422
- 500
Token has been created.
The request body is malformed or expiration time is too big.
Unauthorized.
Personal Access Token with the same name already exists.
Maximum number of Personal Acess Tokens reached for this user.
Internal Server Error.