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.
Path parameters
User ID
Request body
Response
Token issued successfully
Changes
Changed in 3 of the 73 revisions of this API.233
- ▲
the
validForrequest property type/format changed frominteger/tointeger/int64request-property-type-changed
- ●
the
descriptionrequest property's maxLength was set to127request-property-max-length-set
- ●
the
validForrequest property's max was set to4294967295.00request-property-max-set
- ●
the
validForrequest property's min was set to1.00request-property-min-set
- ○
added the new optional request property
singleUsenew-optional-request-property
- ○
added the optional property
singleUseto the response with the201statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲