Skip to main content

Get properties of a profile

GET 

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

Since: 2.79.0

Required permission(s): AccessControl.ProfileView

Returns all property values and their data classifications assigned to the profile with the given external ID within the specified client.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the profile.

    Example: profile-123

Responses

Profile properties retrieved successfully

Schema
    _classifications object

    The defined classifications of the property.

    property name* string[]
  • Array [
  • string

  • ]
Loading...