User management service
The user management service provides resources for creating and managing Zenoss Cloud users and groups. For information about managing users with the Collection Zone API, see UsersRouter.
User management requests are processed fully on receipt and take a few seconds to return a response.
Note
User management resources require a User Management API authentication key, not a Streaming Data Ingest API authentication key. For more information, see Authentication keys for Zenoss API clients.
- Create an account (POST /v1/user-mgmt/end-user-accounts)
- Get one account (GET /v1/user-mgmt/end-user-accounts/{user-ID})
- Update an account (PUT /v1/user-mgmt/end-user-accounts/{user-ID})
- Delete an account (DELETE /v1/user-mgmt/end-user-accounts/{user-ID})
- Get user IDs (POST /v1/user-mgmt/end-user-account-ids)
- Create a group (POST /v1/user-mgmt/end-user-groups)
- Get one group (GET /v1/user-mgmt/end-user-groups/{group-name})
- Update a group (PUT /v1/user-mgmt/end-user-groups/{group-name})
- Delete a group (DELETE /v1/user-mgmt/end-user-groups/{group-name})