Modify a group
patch
/iam/directory/oud/scim/v1/Groups/{entryUUID}
by giving the EntryUUID
Request
Supported Media Types
- application/scim+json
Path Parameters
-
entryUUID(required): string
LDAP DN of the entry to be modified
Entry that needs to be modified
Root Schema : PatchRequest
Type:
Show Source
object
-
Operations(required):
array Operations
Modifications (Patch operations) to be performed on the User.
-
schemas(required):
array schemas
The schema for the Patch operation type
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:
Show Source
[
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
]
Nested Schema : PatchOperation
Type:
Show Source
object
-
op(required):
string
Allowed Values:
[ "add", "delete", "replace" ]
The type of the Patch Operation. -
path(required):
string
The path of the entry attribute to be modified.
-
value(required):
array 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.
Nested Schema : items
Type:
object
Response
Supported Media Types
- application/scim+json
200 Response
OK
Root Schema : GroupSuccessResponse
Type:
Show Source
object
-
Resources(required):
array Resources
Number of search result entries returned after the LDAP operation.
-
schemas(required):
string
Default Value:
urn:ietf:params:scim:api:messages:2.0:ListResponse
The REST message schema -
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : Resources
Type:
array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : GroupSearchResultEntry
Type:
Show Source
object
-
schemas(required):
string
Allowed Values:
[ "urn:ietf:params:scim:schemas:core:2.0:Group", "urn:ietf:params:scim:schemas:extension:oracle:2.0:OUD:Group" ]
The Schemas to be included for the schema type. -
urn:ietf:params:scim:schemas:core:2.0:Group:
object Core Group Properties
-
urn:ietf:params:scim:schemas:extension:oracle:2.0:OUD:Group:
object Oracle specific Group Properties
Nested Schema : Core Group Properties
Type:
Show Source
object
-
displayName(required):
string
Display name for the group.
-
members(required):
array members
Members belonging to the Group.
Nested Schema : Oracle specific Group Properties
Type:
Show Source
object
-
businessCategory:
array businessCategory
Buisness Category of the Group.
-
description:
array description
Description of the Group.
-
o:
array o
Organiation the group is a part of.
-
objectClass:
array objectClass
Objectclass(es) required for the Group.
-
ou:
array ou
Organizational Unit the Group is a part of.
-
owner:
array owner
Owner of the group.
400 Response
ERROR
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object
-
detail(required):
string
Error message returned returned for the operation.
-
schemas(required):
string
Default Value:
urn:ietf:params:scim:api:messages:2.0:Error
The REST message type -
status(required):
integer(int32)
Specifies the HTTP status error code returned for the operation.