POST
/
api
/
v1
/
org
/
groups
{
  "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"
}

Body

application/json
the new group details
name
string
required

A friendly name for the group

members
object[]

From T, pick a set of properties whose keys are in the union K

Response

200
application/json
Ok
results
object
required

Details for a group including a list of the group's members.

status
enum<string>
required
Available options:
ok