IssueUserAuthToken issues an access token for the current user. You can optionally pass "current" instead of the user ID to issue a token for the current user.
post/v1/users/{userId}/tokens
Path parameters
userIdstring required
User ID to issue the auth token for. Set to "current" to issue an auth token for the current user.
Request body
Response
A successful response.