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
- application/scim+json
Path Parameters
-
entryUUID(required): string
entryUUID for the LDAP entry to be fetched.
User that needs to be created
Root Schema : POSTANDPUTRequestForGROUP
Type:
Show Source
object
-
schemas(required):
array schemas
The Schemas to be included for the schema type.
-
urn:ietf:params:scim:schemas:core:2.0:Group(required):
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.
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"
]
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
Bad Request
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.
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.