users
Get user permission
get/app/v1/users/{id}/permissions
Path parameters
idstring uuid required
User ID
Response
A successful operation
Example response
[
{
"name": "facilities:read",
"filter": {
"$or": [
{
"custom_attributes.region": "US"
},
{
"name": {
"$like": "Facility 1"
}
}
]
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.