Skip to main content

AccountAccessRequest

object_idstring

The ID of the object to check access for

Example: 01J4EXD5MM60CX4YNYN0DEE3Y1
object_typestring

The type of object to check access for, e.g. organization, program, procedure, etc

Example: organization
relationstring

The relation to check access for, e.g. can_view, can_edit

Example: can_view
subject_typestring

The type of subject to check access for, e.g. service, user

Example: user
AccountAccessRequest
{
"object_id": "01J4EXD5MM60CX4YNYN0DEE3Y1",
"object_type": "organization",
"relation": "can_view",
"subject_type": "user"
}