RBAC API v2
The role-based access control (RBAC) API v2 service enables you to fetch information about users, create groups, revoke tokens, validate tokens, and get information about your LDAP directory service.
The v2 endpoints either extend or replace some RBAC API v1 endpoints.
-
With role-based access control (RBAC), you can manage local users and remote users (created on a directory service). Use the RBAC API v2 GET /users endpoint to get lists of users and information about users.
-
User groups allow you to quickly assign one or more roles to a set of users by placing all relevant users in the group. This is more efficient than assigning roles to each user individually. The v2 POST /groups endpoint has additional optional parameters you can use when creating groups.
-
Authentication tokens control access to PE services. Use the v2 tokens endpoints to revoke and validate tokens.
-
Use the v2 ldap endpoints to get information about your LDAP directory service connections.