GET /session/updateUserAttributeCache/{tenant}/{userId}
Internal Endpoint
This endpoint is available only for services within the yuuvis® Momentum cluster. Never expose it for public access in the authentication-prod.yml configuration file.
As of Version | product version 2023 Autumn |
---|---|
Request Method | GET |
Response Format | JSON |
Description | Stores the user attributes for the requested user specified by The parameter If The AUTHENTICATION service retrieves the user's attributes
If the request was successfully processed, the user's attributes are returned in JSON format in the response body. |
Request Example |
|
Response Example | 200 OK { "username": "mustermann", "id": "406b5a28-7a8b-4c36-a569-df7bff480375", "credentialsNonExpired": true, "accountNonExpired": true, "accountNonLocked": true, "enabled": true, "tenant": "yuuvistest", "authorities": [ "TENANT_ADMIN", "SYSTEM_INTEGRATOR", "ACCESS_MAILBOXES" ], "abac": { "mailGroups": [ "mailbox_sales", "mailbox_pm" ], "sap_permissions": [ "sap_read", "sap_write" ] } } |