General Information
...
Service | API | Method | Data Model | Workflow |
---|---|---|---|---|
urac | /admin/users/uninvite | PUT | Users |
Description
...
For each user you sent the following happens:
- check if user is there and is already invited to the tenant
- if yes remove the tenant from allowedTenants and push user to succeeded array response
- if not push user to failed array response with reason "Model error: User: user [" + user(id, email, username) + "] was not uninvited."
Input
...
Type: application/json
...