List users in your account.
Filter by email address
"john.doe@incident.io"
Filter by Slack user ID
"U12345678"
Integer number of records to return
x <= 1000025
An record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
"01FDAG4SAP5TYPT98WGR2N7W91"
OK response.
{
"after": "01FCNDV6P870EA6S7TK1DSYDG0",
"page_size": 25
}[
{
"base_role": {
"description": "Elevated permissions for the customer success team.",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Customer Success",
"slug": "customer-success"
},
"custom_roles": [
{
"description": "Elevated permissions for the customer success team.",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Customer Success",
"slug": "customer-success"
}
],
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "viewer",
"slack_user_id": "U02AYNF2XJM"
}
]