Find all the Groups in the directory

get

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

Returns the Groups present in the directory

Request

There are no request parameters for this operation.

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

406 Response

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