Get user details

get

/scim/{trialname}/2.0/users/{username}

Get user details from the username.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

user details
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

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
  • Default Value: Error messages defined in the model.
    • Unauthorized - An invalid token or study name was provided.
    • Username not found - username is incorrect.
    • Unknown error - Internal processing error. Please contact support.
Back to Top