1. USER DIRECTORIES
Number of APIs: 13
What is a User Directory?
Manage your business with a user directory: simplify the management of user accounts and strengthen security by limiting access.
A User directory is a user storage system, it contains identification and authorization information for each user of an organization.
Essentially, it's about centrally managing user accounts to make it easier to manage and strengthen the security of your organization's environment.
The organization users can be managed in sandbox environment
with our sandbox API Key or production environment
with your production API Key.
-
🧑🤝🧑 Organizations - Create an Organization POST {{cryptr_service_url}}/api/v2/organizations
-
🔄 Directory Syncs - Update a Directory Sync PUT {{cryptr_service_url}}/api/v2/org/:org_domain/directory-sync?provider=ping_one
-
👩💻 Users - List all Users GET {{cryptr_service_url}}/api/v2/org/:org_domain/users?page=1&per_page=1
-
👩💻 Users - Delete a User By ID DELETE {{cryptr_service_url}}/api/v2/org/:org_domain/users/:user_id
-
👩💻 Users - Retrieve a User By Email or ID GET {{cryptr_service_url}}/api/v2/org/:org_domain/users/:email_or_id
-
🧑🤝🧑 Organizations - Update an Organization PUT {{cryptr_service_url}}/api/v2/organizations/:org_domain
-
🔄 Directory Syncs - Create a Directory Sync POST {{cryptr_service_url}}/api/v2/org/:org_domain/directory-sync?provider=okta
-
🧑🤝🧑 Organizations - List all Organizations GET {{cryptr_service_url}}/api/v2/organizations?page=1&per_page=10&q[environments_status_in][]=up
-
🧑🤝🧑 Organizations - Retrieve an Organization GET {{cryptr_service_url}}/api/v2/organizations/:org_domain
-
🧑🤝🧑 Organizations - Delete an Organization DELETE {{cryptr_service_url}}/api/v2/organizations/:org_domain