Internal Secret Incidents
Grant access to a secret incident
Grant a user, an existing invitee or a team access to a secret incident.
DEPRECATED: This endpoint has been replaced by this one for members, this one for teams, and this one for invitations.
post/v1/incidents/secrets/{incident_id}/grant_access
Path parameters
incident_idinteger required
The id of the incident to retrieve
Request body
Example request
{
"member_id": 1492,
"incident_permission": "can_edit"
}Response
The access was granted successfully.