Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

ServiceAPIMethodData ModelWorkflow
urac

/admin/users/uninvite

PUTUsers 

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

...