Users
API endpoints for users
View users. Users all have a single base role, and can be assigned multiple custom roles. They can be managed via your Slack workspace or SAML provider.Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
The user object
Example:
{
"description": "Elevated permissions for the customer success team.",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Customer Success",
"slug": "customer-success"
}Example:
[
{
"description": "Elevated permissions for the customer success team.",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Customer Success",
"slug": "customer-success"
}
]Unique identifier of the user
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Name of the user
Example:
"Lisa Karlin Curtis"
DEPRECATED: Role of the user as of March 9th 2023, this value is no longer updated.
Available options:
viewer, responder, administrator, owner, unset Example:
"owner"
Example:
{
"on_call": "full_access",
"response": "viewer_only"
}Email address of the user.
Example:
"lisa@incident.io"
Slack ID of the user
Example:
"U02AYNF2XJM"