Versions Compared

Key

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

General Information

...

ServiceAPIMethodData ModelsWorkflow
urac/admin/userPUTUsers & GroupsEdit User Flow

Description

This API updates a user record that matches the id sent in the query.

Input

...

Type: application/json

NameSourceMandatoryTypeSpecial FormatDescription
idQueryYESStringN/AUser ID
usernameBodyYESStringalphanumeric with _ , - characters onlyUsername
firstNameBodyYESStringN/AFirst Name
lastNameBodyYESStringN/ALast Name
emailBodyYESStringEmail Address Format (JSON Schema Validation)Email
statusBodyYESString

'active', 'inactive' , 'pendingNew'

restricted to either 'active', 'inactive', or 'pendingNew'
groupsBodyNOArrayArray of Stringsarray of group code values
profileBodyNOObjectN/AProfile

...