Update the Public Identities Configuration

PUT {{baseUrl}}/public-identities-config

Updates the publicly visible attributes of an identity available to request approvers for Access Requests and Certification Campaigns. A token with ORG ADMIN authority is required to call this API.

Request Body

{"attributes"=>[{"key"=>"country", "name"=>"Country"}, {"key"=>"country", "name"=>"Country"}], "modified"=>"2018-06-25T20:22:28.104Z", "modifiedBy"=>{"type"=>"IDENTITY", "id"=>"2c9180a46faadee4016fb4e018c20639", "name"=>"Thomas Edison"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"attributes":[{"key":"country","name":"Country"},{"key":"country","name":"Country"}],"modified":"2018-06-25T20:22:28.104Z","modifiedBy":{"type":"IDENTITY","id":"2c9180a46faadee4016fb4e018c20639","name":"Thomas Edison"}}