Users
Issue user authentication token
Issue a new authentication token for the user. The clear-text token value is returned in this response and, while the token is still held in memory, in subsequent listings; persistent tokens reloaded from the database after a server restart no longer carry it. 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