Users API
Manage the users in your organization.
Resource Types
User
Method | Endpoint | Description |
---|---|---|
post | /users | Creates a global user. Notes:
After you create the user in an organization, you must assign the user to a role in an organization. Roles determine the access rights of the user on Edge. The user cannot sign in to the Edge UI, and does not appear in the list of users in the Edge UI, until you assign it to a role in an organization. See Add a user to a role. See About global users for more on Edge users, user types, and user roles. |
delete | /users/{user_email} | Deletes a user. Notes:
See About global users for more on Edge users, user types, and user roles. |
get | /users/{user_email} | Gets user details. Notes:
See About global users for more on Edge users, user types, and user roles. |
put | /users/{user_email} | Updates a user. Notes:
When calling this API:
To view the current information about a user, see Get user. See About global users for more on Edge users, user types, and user roles. |