Update a user

put

/scim/{trialname}/2.0/users

Updates a user with the specified username and InForm study.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : User
Type: object
Show Source
Nested Schema : addresses
Type: object
A physical mailing address for this user.
Match All
Show Source
Nested Schema : emails
Type: array
Email address for the user. Local-part of the email address has a 63 character size limit.
Show Source
Nested Schema : groups
Type: array
A list of groups to which the user belongs.
Show Source
Nested Schema : locale
Match All
Show Source
  • Allowed Values: [ "English (United States)", "Japanese (Japan)" ]
  • product locale for the user.
Nested Schema : FullName
Type: object
Show Source
  • Maximum Length: 127
    Pattern: ([^~`!@#$%^&*()_\\+=\\{\\}\\[\\]\\|\\\\\\:\\;\"\'\\<\\,\\>\\.\\?\\/0-9\\t])+
    The family name of the user, or last name in most Western languages.
  • Maximum Length: 200
    Pattern: .*
    Description for the user.
  • Maximum Length: 127
    Pattern: ([^~`!@#$%^&*()_\\+=\\{\\}\\[\\]\\|\\\\\\:\\;\"\'\\<\\,\\>\\.\\?\\/0-9\\t])+
    The given name of the user, or first name in most Western languages.
  • Maximum Length: 127
    Pattern: ([A-Z]|[a-z]| |_|[.]|[,]|)*
    The honorific prefix or prefixes of the user, or title in most Western languages (for example, 'Ms.').
Nested Schema : phoneNumbers
Type: array
Contact numbers for the user. The specific format for the contact number is user determined.
Show Source
Nested Schema : preferredLanguage
Match All
Show Source
  • Allowed Values: [ "English (United States)", "Japanese (Japan)" ]
  • preferred study locale for the user.
Nested Schema : umtUser
Type: object
Show Source
Nested Schema : address
Type: object
Show Source
  • Maximum Length: 255
    Pattern: ([a-zA-Z0-9]| | )+
    The country name component.
  • Maximum Length: 255
    Pattern: ([A-Z]|[a-z]|[0-9]|[,]|-|_|[.]| |)+
    Any additional line for the address after 'streetAddress'. This is labeled as 'Address2' in the Oracle User Management Tool application.
  • Maximum Length: 255
    Pattern: ([a-zA-Z0-9]| | )+
    The city or locality component of the address.
  • Maximum Length: 16
    The zip code or postal code component.
  • Maximum Length: 255
    Pattern: ([A-Z]|[a-z]| | )*
    The state or region component.
  • Maximum Length: 255
    Pattern: ([A-Z]|[a-z]|[0-9]|[,]|-|_|[.]| |)+
    The full street address component, which may include building number, street name, and P.O. box.
Nested Schema : items
Match All
Show Source
Nested Schema : email
Type: object
Show Source
  • Maximum Length: 255
    Pattern: ^['a-zA-Z0-9_-]+(?:\.['a-zA-Z0-9_-]+)*@((?!-)[A-Za-z0-9-]*[A-Za-z0-9])+(\.(?!-)[A-Za-z0-9-]*[A-Za-z0-9])*(\.[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$
Nested Schema : items
Match All
Show Source
Nested Schema : groups
Type: object
Show Source
Nested Schema : items
Match All
Show Source
Nested Schema : ContactNumber
Type: object
Show Source
Nested Schema : DateFormat
Match All
Show Source
  • Allowed Values: [ "Day / Month / Year", "Month / Day / Year", "Year / Month / Day" ]
    DateFormat to be used.
Nested Schema : SiteMnemonic
Type: array
Sites the user is assigned to. Use the keyword ALL to include all the sites. This field is required when re-activating the user.
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: object

401 Response

Unauthorized. An invalid token or study name was provided
Body ()
Root Schema : schema
Type: object

500 Response

Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Message
Match All
Show Source
  • Default Value: Error messages defined in the model.
    • Unauthorized - An invalid token or user name was provided.
    • Rights Group not found - The InForm role provided doesn't exist.
    • Site number not found - An invalid site provided.
    • Username not found - A username was not provided.
    • First name not found - A first name was not provided.
    • Last name not found - A last name was not provided.
    • Display name not found - A display name was not provided.
    • Email ID not found - An email ID was not provided.
    • Country name not found - A country name was not provided.
    • Study Locale not found - A study locale was not provided.
    • Invalid Characters found in User Name - Invalid characters were found in the user name.
    • Invalid User Name found - A restricted username was found (one of CTVALIDATION/AUTOQUERY/CTCODING/PFREPORTING).
    • Invalid Characters found in First Name - Invalid characters were found in the first name.
    • Invalid Characters found in Last Name - Invalid characters were found in the last name.
    • Invalid Characters found in Title - Invalid characters were found in Title.
    • Email ID is Invalid - The email ID is invalid.
    • Invalid Characters found in Product Locale - The product locale was left empty or an invalid value was provided.
    • Invalid Characters found in Address1 - Invalid characters were found in streeAddress.
    • Invalid Characters found in Address2 - Invalid characters were found in formatted attribute of addresses.
    • Invalid Characters found in City/Town name - Invalid characters were found in locality.
    • Invalid Characters found in Region/Province/State name - Invalid characters were found in region.
    • Invalid Characters found in Postal Code - Invalid characters were found in the postal code.
    • User name exceeds maximum limit 63 characters - The user name exceeds the maximum character limit.
    • First name exceeds maximum limit 127 characters - The first name exceeds the maximum character limit.
    • Last name exceeds maximum limit 127 characters - The last name exceeds the maximum character limit.
    • Phone number exceeds maximum limit 25 characters - The phone number exceeds the maximum character limit.
    • Fax number exceeds maximum limit 25 characters - The fax number exceeds the maximum character limit.
    • Display name exceeds maximum limit 255 characters - The display name exceeds the maximum character limit.
    • Alternate phone number exceeds maximum limit 25 characters - The alternate phone number exceeds the maximum character limit.
    • Email ID exceeds maximum limit 255 characters - The email ID exceeds the maximum character limit.
    • Address1 exceeds maximum limit 200 characters - streetAddress exceeds the maximum character limit.
    • Address2 exceeds maximum limit 200 characters - formatted attribute of Address exceeds the maximum character limit.
    • Town/City name exceeds maximum limit 200 characters - The locality exceeds the maximum character limit.
    • Region/state name exceeds maximum limit 200 characters - The region name exceeds the maximum character limit.
    • Postal code exceeds maximum limit 16 characters - The postal code exceeds the maximum character limit.
    • Beeper exceeds maximum limit 200 characters - Beeper exceeds the maximum character limit.
    • Description exceeds maximum limit 200 characters - The description exceeds the maximum character limit.
    • Invalid TrainedDate - TrainedDate is not in dd-MMM-yyyy format.
    • Training status needs to be trained when trying to update the trained date - Only trained users can have their TrainedDate updated.
    • terminated user cannot be updated - The user name provided for change request has been terminated.
    • SSO/Authorization Request in Pending/Failure/Fault status - Internal error. Please contact support.
    • Automatic course association failure - Automatic course assignment failed for the user. Please contact support.
    • ANOTHER USER WITH SAME FIRST NAME LAST NAME AND EMAIL ID EXIST AS GLOBAL USER :- USERNAME - A user with the same details already exists in the system.
    • Username already exists. Please re-enter a unique Username - A user with the same username already exists in the system.
    • Trial is locked - Cannot update site when trial is in locked status.
    • Internal Error - Internal processing error. Please contact support.
Back to Top