General Information
...
Service | API | Method | Data Model | Workflow |
---|---|---|---|---|
urac | /admin/users/uninvite | PUT | Users |
...
- 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
Name | Source | Mandatory | Type | Special Format | Description | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usersusers | Body | YES | ObjectArray | includes user object, groups array, and pin object | |||||||||||||||||||||||||||||||||||||||
|
...