Skip to main content

Geneate user's JWT token

self-hosted
GET 

/v2/administration/users/:userId/generate-token

Generates a JWT token for the user with provided ID. This is useful, when need to debug of the user's account. Or when an operation is required to be executed on behalf of the user.

Request

Path Parameters

    userId int64required

Responses

OK

Schema

    string

Loading...