Replace a group

put

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

Used to replace a Group in the directory. The body contains the group with the details it needs to be replaced with and the response has the details after it has been modified.

Request

Supported Media Types
Path Parameters
Body ()
User that needs to be created
Root Schema : POSTANDPUTRequestForGROUP
Type: object
Show Source
Nested Schema : schemas
Type: array
The Schemas to be included for the schema type.
Show Source
Nested Schema : Core Group Properties
Type: object
Show Source
Nested Schema : Oracle specific Group Properties
Type: object
Show Source
Nested Schema : items
Type: object
Allowed Values: [ "urn:ietf:params:scim:schemas:core:2.0:Group", "urn:ietf:params:scim:schemas:extension:oracle:2.0:OUD:Group" ]
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
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

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

406 Response

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