Users
Issue user authentication token
Issue a new authentication token for the user. The clear-text token value is returned in this response only - the server drops it as soon as the response is built, so it cannot be read back from a listing and a lost token has to be revoked and re-issued. A user may issue tokens for themselves; issuing tokens for another user requires MANAGE_USERS access right.
post/v1/users/{user-id}/tokens
Path parameters
user-idinteger required
User ID
Request body
Response
Token issued successfully