Versions Compared

Key

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

General Information

...

ServiceAPIMethodData ModelWorkflow
urac

/admin/users/uninvite

PUTUsers 

...

  • 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
NameSourceMandatoryTypeSpecial FormatDescription
UsersusersBodyYESObjectArrayincludes user object, groups array, and pin object


NameSourceMandatoryTypeSpecial FormatDescription
userBodyYESObjectIncludes one of id, username, or emailUser Object

One of the following should exist under the user object:

NameMandatoryTypeSpecial FormatDescription
idYESStringN/AUser ID
usernameYESStringN/AUsername
emailYESStringN/AUser Email



...