User API
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
To access the SCIM entry points, an access token must be provided (see Access Token Request).
Example:
Authorization: Bearer 45ghiukldjahdnhzdauz
Topics in this section: