AccountAccessRequest
object_idstring
The ID of the object to check access for
Example:
01J4EXD5MM60CX4YNYN0DEE3Y1object_typestring
The type of object to check access for, e.g. organization, program, procedure, etc
Example:
organizationrelationstring
The relation to check access for, e.g. can_view, can_edit
Example:
can_viewsubject_typestring
The type of subject to check access for, e.g. service, user
Example:
userAccountAccessRequest
{
"object_id": "01J4EXD5MM60CX4YNYN0DEE3Y1",
"object_type": "organization",
"relation": "can_view",
"subject_type": "user"
}