Creates an access schema for the specified API client. An access schema defines the subset of attributes to which a client has read or write access. Each client can have one read access schema and one write access schema. Note that access schemas only apply to API-based implementations of the Identity Cloud. If you are using a JavaScript SDK-based implementation of Identity Cloud then access to forms and fields is managed by the flow rather than by an access schema.

Form Data
string

Name of the entity type (user profile database) where the user profile is stored.

string

Unique identifier of the API client.

string

Type of access schema. An access schema defines the subset of attributes to which a client has read or write access.

attributes-3
array of strings

Attributes to which the access schema is to be applied.

attributes-3
Response

Response body
object
string

Name of the entity type affected by the access schema.

attr_defs
array

JSON array containing information about the attributes associated with an access schema

attr_defs
string

Status of the operation

OK ERROR FAIL

string

Message providing additional details about the operation. Typically the notice reports the set of attributes automatically added to a new access schema. These attributes include id, uuid, created, and lastUpdated.

Language
Authentication
URL