A valid request URL is required to generate request examples{
"results": {
"data": [
{
"organizationUuid": "<string>",
"updatedByUserUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdByUserUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}Gets all the groups in the current user’s organization
A valid request URL is required to generate request examples{
"results": {
"data": [
{
"organizationUuid": "<string>",
"updatedByUserUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdByUserUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}number of members to include
Ok
Show child attributes
Show child attributes
The UUID of the organization that the group belongs to
The UUID of the user that last updated the group
The time that the group was last updated
The UUID of the user that created the group
The time that the group was created
A friendly name for the group
The group's UUID
ok Was this page helpful?