Modify a group

patch

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

by giving the EntryUUID

Request

Supported Media Types
Path Parameters
Body ()
Entry that needs to be modified
Root Schema : PatchRequest
Type: object
Show Source
Nested Schema : Operations
Type: array
Modifications (Patch operations) to be performed on the User.
Show Source
Nested Schema : schemas
Type: array
The schema for the Patch operation type
Default Value: [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ]
Show Source
Nested Schema : PatchOperation
Type: object
Show Source
  • Allowed Values: [ "add", "delete", "replace" ]
    The type of the Patch Operation.
  • The path of the entry attribute to be modified.
  • value
    • The entire complex attributes like addresses
    • The value of simple attributeThe attribute values to be updated.
Nested Schema : value
Type: array
  • The entire complex attributes like addresses
  • The value of simple attributeThe attribute values to be updated.
Show Source
Nested Schema : items
Type: object
Back to Top

Response

Supported Media Types

200 Response

OK
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

ERROR

406 Response

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