Find a specific Group

get

/iam/directory/oud/scim/v1/Groups/{entryUUID}

Returns the details of all the Group based on the entryUUID provided

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : SuccessResponse
Type: object
Show Source
Nested Schema : Resources
Type: array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : SearchResultEntry
Type: object
Show Source
Nested Schema : meta
Type: object
The meta values for the particular schema.
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 : 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

406 Response

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