# Create user access token Create an access token for a specific user. Endpoint: POST /resources/users/access-tokens/v1 Security: bearer ## Header parameters: - `frontegg-tenant-id` (string, required) The account (tenant) ID identifier - `frontegg-user-id` (string, required) The user ID identifier ## Request fields (application/json): - `description` (string) - `expiresInMinutes` (number) Token expiration time in minutes. In case of undefined, the token won't be expired ## Response 201 fields (application/json): - `id` (string, required) - `description` (string) - `createdAt` (string, required) - `secret` (string) - `expires` (string)