post https://api-ext.zluri.com/v2/application//add-user
This endpoint allows you to add a user to a specific application in your organization.
Fields Table:
| Field | Required | Type | Description / Allowed Values |
|---|---|---|---|
user_email | Yes | string | User's email address (must be a valid user in the organization) |
Use Cases:
- Add existing users to applications for access management
- Assign users to applications for license tracking
- Establish user-application relationships for monitoring
- Grant application access to specific users
Notes:
- The user must already exist in your organization
- The application must be a valid application in your organization
- If the user is already associated with the application, the operation will fail with an error
- The user will be added with default settings and can be configured later using the update endpoint
