Create a Group

post

/iam/directory/oud/scim/v1/Groups

Used to create a Group in the directory. The response includes the details about the Group.

Request

Supported Media Types
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

201 Response

Created
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

409 Response

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