latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

engagements
users

Add Users to an Engagement Team

patch/v1/engagements/{uuid}/users

Path parameters

uuidstring uuid required

The UUID of the Engagement to add Users to

Request body

uuidstring uuid required

The UUID of the user to add to the engagement

Example request

[
  {
    "uuid": "3699af0f-9b92-410d-945c-bb0bf39da904"
  }
]

Response

No content. The Users were added to the Engagement Team successfully.