Skip to main content

Get properties of a role

GET 

/nevisidm/api/core/v1/roles/:extId/properties

Since: 2.74.0

Required permission(s): AccessControl.RoleView,AccessControl.PropertyView,AccessControl.PropertyValueView,AccessControl.PropertyAllowedValueView

Returns all property values assigned to the role with the given external ID.

The response is a map of property name to property value pairs.

Request

Path Parameters

    extId stringrequired

    External ID of the role.

    Example: role-123

Responses

Role properties retrieved successfully

Schema
    property name* string
Loading...