Create a User

post

/iam/directory/oud/scim/v1/Users

Used to create a User in the directory. The response includes the display name and other details about the user.

Request

Supported Media Types
Body ()
User that needs to be created
Root Schema : POSTANDPUTRequest
Type: object
Show Source
Nested Schema : schemas
Type: array
The Schemas to be included for the schema type.
Show Source
Nested Schema : Core User Properties
Type: object
Show Source
Nested Schema : Enterprise specific User Properties
Type: object
Show Source
Nested Schema : Oracle specific User Properties
Type: object
Show Source
Nested Schema : items
Type: object
Allowed Values: [ "urn:ietf:params:scim:schemas:core:2.0:User", "urn:ietf:params:scim:schemas:extension:oracle:2.0:OUD:User", "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User" ]
Nested Schema : addresses
Type: array
SCIM SubAttributes:
  • streetAddress
  • formatted
  • country
  • postalCode
  • locality
  • region
Addresses of the particular User.
Show Source
Nested Schema : displayName
Type: array
Display name of the User.
Show Source
Nested Schema : emails
Type: array
email of that specific User.
Show Source
Nested Schema : name
Type: array
SCIM SubAttributes:
  • formatted
  • givenName
  • familyName
Name of the particular User.
Show Source
Nested Schema : password
Type: array
password of that specific User.
Show Source
Nested Schema : phoneNumbers
Type: array
phoneNumbers of the specific User
Show Source
Nested Schema : photos
Type: array
jpeg for the particular User.
Show Source
Nested Schema : preferredLanguage
Type: array
Preffered Language of that specific User.
Show Source
Nested Schema : title
Type: array
title of that specific User.
Show Source
Nested Schema : userName
Type: array
CN (common name) of the entry
Show Source
Nested Schema : userType
Type: array
Type of that specific User.
Show Source
Nested Schema : x509Certificates
Type: array
The certificates for the particular User.
Show Source
Nested Schema : addressSubAttributes
Type: object
Show Source
Nested Schema : nameSubAttributes
Type: object
Show Source
Nested Schema : items
Type: object
Nested Schema : department
Type: array
Department the User is part of.
Show Source
Nested Schema : employeeNumber
Type: array
employeeNumber of the User.
Show Source
Nested Schema : manager
Type: array
SCIM SubAttributes:
  • managerId
  • displayName
Manager of the particular User.
Show Source
Nested Schema : organization
Type: array
Organization the User is part of.
Show Source
Nested Schema : managerSubAttributes
Type: object
Show Source
Nested Schema : businessCategory
Type: array
Business Category of the User.
Show Source
Nested Schema : carLicense
Type: array
carLicense of the User.
Show Source
Nested Schema : description
Type: array
Description of the User.
Show Source
Nested Schema : destinationIndicator
Type: array
Destination Indicator of the User.
Show Source
Nested Schema : facsimileTelephoneNumber
Type: array
facsimileTelephoneNumber of the User.
Show Source
Nested Schema : homePhone
Type: array
Home Phone number of the User.
Show Source
Nested Schema : initials
Type: array
initials of the User.
Show Source
Nested Schema : internationaliSDNNumber
Type: array
internationaliSDNNumber of the User.
Show Source
Nested Schema : labeledURI
Type: array
Uniform Resource Identifier with optional label.
Show Source
Nested Schema : mobile
Type: array
Mobile of the User.
Show Source
Nested Schema : objectClass
Type: array
Objectclass(es) which this entry belongs to.
Show Source
Nested Schema : pager
Type: array
pager of the User.
Show Source
Nested Schema : physicalDeliveryOfficeName
Type: array
Physical Delivery Office Name of the User.
Show Source
Nested Schema : postOfficeBox
Type: array
postOfficeBox of the User.
Show Source
Nested Schema : roomNumber
Type: array
Room Number of the User.
Show Source
Nested Schema : secretary
Type: array
secretary of the User.
Show Source
Nested Schema : teletexTerminalIdentifier
Type: array
teletexTerminalIdentifier value of the User.
Show Source
Nested Schema : telexNumber
Type: array
telexNumber of the User.
Show Source
Nested Schema : userPKCS12
Type: array
PKCS #12 PFX PDU for exchange of personal identity information.
Show Source
Nested Schema : userSMIMECertificate
Type: array
PKCS#7 SignedData used to support S/MIME.
Show Source
Nested Schema : x500UniqueIdentifier
Type: array
x500UniqueIdentifier of the User.
Show Source
Back to Top

Response

Supported Media Types

201 Response

Created
Body ()
Root Schema : GroupSuccessResponse
Type: object
Show Source
Nested Schema : Resources
Type: array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : GroupSearchResultEntry
Type: object
Show Source
Nested Schema : Core Group Properties
Type: object
Show Source
Nested Schema : Oracle specific Group Properties
Type: object
Show Source
Nested Schema : members
Type: array
Members belonging to the Group.
Show Source
Nested Schema : businessCategory
Type: array
Buisness Category of the Group.
Show Source
Nested Schema : description
Type: array
Description of the Group.
Show Source
Nested Schema : o
Type: array
Organiation the group is a part of.
Show Source
Nested Schema : objectClass
Type: array
Objectclass(es) required for the Group.
Show Source
Nested Schema : ou
Type: array
Organizational Unit the Group is a part of.
Show Source
Nested Schema : owner
Type: array
Owner of the group.
Show Source

400 Response

Bad Request
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

406 Response

Not Acceptable
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

409 Response

Conflict
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top