User API

Note:  
  • The User API replaces the Operator API. It fixes a few discrepancies found in the Operator API, notably the “get” implementation. The URLs use “v2” instead of “v1”.

  • In the User API, users are currently only operators.

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

Reference: RFC 7643

The following operations are provided:

  • Create a User

  • Search for Users

  • Get a User

  • Delete a User

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: