cURL
curl --request POST \ --url https://api.example.com/users/get_token \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>", "tenant_name": "<string>", "new_password": "<string>" } '
{ "access_token": "<string>" }
Successful Response
Keycloak representation of a token object
Attributes: access_token (str): An access token