Logo
IdentityNow API Documentation

Get single Identity Profile

GET {{baseUrl}}/identity-profiles/:identity-profile-id

This returns a single Identity Profile based on ID.

A token with ORG_ADMIN or API authority is required to call this API.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "authoritativeSource": { "type": "SOURCE", "id": "2c9180835d191a86015d28455b4b232a", "name": "HR Active Directory" }, "name": "aName", "id": "id12345", "created": "2015-05-28T14:07:17Z", "modified": "2015-05-28T14:07:17Z", "description": "My custom flat file profile", "owner": { "type": "IDENTITY", "id": "2c9180835d191a86015d28455b4b232a", "name": "William Wilson" }, "priority": 10, "identityRefreshRequired": true, "identityCount": 8, "identityAttributeConfig": { "enabled": true, "attributeTransforms": [ { "identityAttributeName": "email", "transformDefinition": { "type": "accountAttribute", "attributes": { "attributeName": "e-mail", "sourceName": "MySource", "sourceId": "2c9180877a826e68017a8c0b03da1a53" } } }, { "identityAttributeName": "email", "transformDefinition": { "type": "accountAttribute", "attributes": { "attributeName": "e-mail", "sourceName": "MySource", "sourceId": "2c9180877a826e68017a8c0b03da1a53" } } } ] }, "identityExceptionReportReference": { "taskResultId": "2b838de9-db9b-abcf-e646-d4f274ad4238", "reportName": "My annual report" }, "hasTimeBasedAttr": true }



Curl
curl -X GET 'https://tenant.api.identitynow.com/v3/identity-profiles/:identity-profile-id' -H 'Accept: application/json'

ENDPOINTS