Create User Pat
PATs
Create a User Personal Access Token
POST
Create User Pat
Auth
Requirespats:create, which every default role carries. The PAT is created against the caller’s own Logto user, keyed on the token’s subject, and carries only that user’s scopes when exchanged — so minting one can’t grant more access than the caller already has. No active organization is needed: user PATs aren’t org-bound.
Response
Same shape as one element of the List User Personal Access Tokens response.Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json