Logo
IdentityNow API Documentation

Downloads source entitlements schema template

GET {{baseUrl}}/sources/:id/schemas/entitlements

This API downloads the CSV schema that defines the entitlement attributes on a source.

NOTE: This API is designated only for Delimited File sources.

 

Body PARAM

Key Datatype Required Description 
schemaName
string Name of entitlement schema



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

id,name,displayName,created,description,modified,entitlements,groups,permissions



Curl
curl -X GET 'https://tenant.api.identitynow.com/v3/sources/:id/schemas/entitlements?schemaName=?schemaName=group' -H 'Accept: text/csv'

ENDPOINTS