Skip to main content

List schemas

GET 

/nevisidm/api/scim/v1/Schemas

Returns a paginated list of all SCIM schemas supported by the server. Each schema describes the attributes available for a particular resource type.

Request

Query Parameters

    startIndex integer

    Start index for the listing. Default value: 1.

    Example: 1
    count integerrequired

    Maximum number of elements in the result list. Default value: 10.

    Example: 10

Responses

Schemas retrieved successfully

Schema
    schemas string[]required

    An array of Strings containing URIs that are used to indicate the namespaces of the SCIM schemas that define the attributes present in the current JSON structure.

    totalResults int64required

    Number of total results.

    itemsPerPage int32required

    Number of results in a single response. By default 10. Controlled by 'count' request parameter.

    startIndex int64required

    Start index of current result. By default 1. Controlled by 'startIndex' request parameter.

    Resources ScimBase[]required

    Array of SCIM resources. For example array of users.

  • Array [
  • schemas string[]required

    An array of Strings containing URIs that are used to indicate the namespaces of the SCIM schemas that define the attributes present in the current JSON structure.

  • ]
Loading...