Internal Secret Incidents
List members with access to a secret incident
List members that have access to a secret incident.
get/v1/secret-incidents/{incident_id}/members
Path parameters
incident_idinteger required
The id of the incident to retrieve
Query parameters
cursorstring
Pagination cursor.
per_pageinteger
Number of items to list per page.
role'owner' | 'manager' | 'member' | 'restricted'
Filter members based on their access level. Use access_level instead.
access_level'owner' | 'manager' | 'member' | 'restricted'
Filter members based on their access level.
searchstring
Search members based on their name or email.
ordering'created_at' | '-created_at' | 'last_login' | '-last_login'
Sort the results by their field value. The default sort is ASC, DESC if the field is preceded by a '-'.
direct_accessboolean
Filter on direct or indirect accesses.
Response
List members
Example response
[
{
"id": 3252,
"name": "John Smith",
"email": "john.smith@example.org",
"active": true,
"created_at": "2023-06-28T16:40:26.897Z",
"last_login": "2023-06-28T16:40:26.897Z"
}
]