Retrieves the access schema for the specified API client. An access schema defines the subset of attributes to which a client has read or write access. 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.

Response

Response body
object
string

Status of the operation.

OK ERROR FAIL

string

Name of the entity type assigned to the access schema.

attr_defs
array of objects

Attributes and attribute properties assigned to the access schema.

attr_defs
object
string

Name of the attribute the validation is assigned to.

string

Additional information about the attribute.

string

Data type of the attribute.

Language
Authentication
URL