Versions Compared

Key

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

General Information

...

ServiceAPIMethodData ModelsWorkflow
urac/admin/user/groupsPUTUsers & Groups

Description

This API edits the groups of a user that has an id, username, or email that matches the one sent in the user object in the request body.

Input

...

Type: application/json
NameSourceMandatoryTypeSpecial FormatDescription
userBodyYESObjectIncludes one of id, username, or emailUser Object

One of the following should exist under the user object:

NameMandatoryTypeSpecial FormatDescription
idNOStringN/AUser ID
usernameNOStringN/AUsername
emailNOStringN/AUser Email


groupsBodyYESArrayArray of StringsUser Groups

...