Get properties of a user
GET/nevisidm/api/core/v1/:clientExtId/users/:extId/properties
Since: 2.79.0
Required permission(s): AccessControl.UserView,AccessControl.PropertyView,AccessControl.PropertyValueView,AccessControl.PropertyAllowedValueView
Returns all properties of the user with the given external ID, as an object of key-value pairs. If there are no properties found, an empty object is returned.
Request
Responses
- 200
- 403
- 404
User properties retrieved successfully
Insufficient permissions
Referenced resource not found