Not Found
The requested resource does not exist.
Status: 404
Type: https://brivo.ltd/docs/identity/api/errors/not-found
The resource identified by the request URI does not exist, or the authenticated session does not have visibility of it.
Common causes
- The resource ID is incorrect or belongs to a different organisation
- The resource was deleted
- The URL path contains a typo
Example
{
"type": "https://brivo.ltd/docs/identity/api/errors/not-found",
"title": "Not Found",
"status": 404,
"detail": "No user found with that ID."
}Resolution
Verify the resource ID and that the authenticated account has access to the organisation the resource belongs to. If the resource was recently created, check that the creation request completed successfully.