Authentication Controller
Create anonymous user
Creates a new anonymous user in Keycloak and returns user details with tokens. Optional user details can be provided for the anonymous account.
put/v1/authentication/anonymous-user
Query parameters
firstNamestring
First name for anonymous user
lastNamestring
Last name for anonymous user
emailstring
Email for anonymous user
tokenExpiryTimeInSecondsinteger
Token expiry time in seconds
Response
Anonymous user created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.