Groups

Create Group

post/groups

Request body

Example request

{
  "group": {
    "name": "Engineering"
  }
}

Response

Group Response

Example response

{
  "data": {
    "directory_id": null,
    "email": null,
    "entity_type": "group",
    "id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
    "idp_id": null,
    "inserted_at": "2024-01-15T10:30:00Z",
    "name": "Engineering",
    "synced_at": null,
    "updated_at": "2024-01-15T10:30:00Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.