Operator API

Important: The Operator API is now replaced by the User API. Whenever possible, use the User API instead of the Operator API.

The Operator API provides a minimal set of services to manage operators. Its implementation is a subset of System for Cross-domain Identity Management (SCIM).

Reference: RFC 7643

The following operations are provided:

  • Create an operator

  • Search for operators

  • Get an operator

  • Delete an operator

Note: In this version, updating an operator is not supported. To update an operator, simply delete it and create it again with updated values.

To access the SCIM entry points, an access token must be provided (see Access Token Request).

Example:

Copy
Authorization: Bearer 45ghiukldjahdnhzdauz

Topics in this section: