CreateGuestUser
POST/user/guest
Create a guest user and return a token which can be used to access resources.
The lifetime of the generated temporary user as well as the returned access_token depend on the client configuration.
It is usually around 24 hours. For some clients, tokens can be expired earlier based on inactivity.
If the client has configured a longer lifetime for their guest users, a refresh_token is included in the
response. This token can be used to renew the access_token after it has expired.
The refresh_token can be used to obtain a new access_token after the original token has expired using the /user/token endpoint.
Request
Responses
- 200
- 429
- 503
Ok
Rate-limit exceeded
Maintenance active