Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
The group binding just created.
Group Binding Object
Description
The GroupBinding object is used to represent a group binding.
Usage Example
Get group bindings from the GET Group Bindings endpoint.
The ID of the group binding.
Example:
"f454d283-ca87-4a8a-bdbb-df212eca5353"
The ID of the user that created the group binding.
Example:
"99d0b81d-14be-4cf6-bd27-348b4af1d11b"
The date the group binding was created.
Example:
"2022-01-23T04:56:07.000Z"
The ID of the source group.
Example:
"f454d283-ca87-4a8a-bdbb-df212eca5353"
The list of groups.

