Skip to main content

Get properties of an enterprise role

GET 

/nevisidm/api/core/v1/:clientExtId/eroles/:extId/properties

Since: 2.75.2, 2.76.0

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

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

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

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the enterprise role.

    Example: erole-123

Responses

Enterprise role properties retrieved successfully

Schema
    property name* string
Loading...