A valid request URL is required to generate request examples{
"results": {
"organizationUuid": "<string>",
"updatedByUserUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdByUserUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>",
"memberUuids": [
"<string>"
],
"members": [
{
"lastName": "<string>",
"firstName": "<string>",
"email": "<string>",
"userUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"status": "ok"
}Creates a new group in the current user’s organization
A valid request URL is required to generate request examples{
"results": {
"organizationUuid": "<string>",
"updatedByUserUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdByUserUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>",
"memberUuids": [
"<string>"
],
"members": [
{
"lastName": "<string>",
"firstName": "<string>",
"email": "<string>",
"userUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"status": "ok"
}the new group details
Ok
Details for a group including a list of the group's members.
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
A list of the group's members.
ok Was this page helpful?