Custom Roles
RealmJoin custom roles define granular permissions as JSON and bind to Entra groups or users via the built-in JSON editor.
Last updated
Was this helpful?
Was this helpful?
{
"Rules": [
{
"Name": "Default: Supporters can change primary user [27e589a7]",
"Description": "Default rule to allow members of a Supporter group to change the primary user of RealmJoin joined devices. Please keep the ID that is included its name.",
"Groups": [
"f31f5765-f56f-47fa-9248-ac2d77221634",
"422e6b7c-bd99-4082-be1c-88cbc2bb2734"
],
"Permissions": [
"CanChangeRealmJoinPrimaryUser"
]
},{
"Name": "Allow John to add new Self Service Forms",
"Users": [
"b31f5765-f56f-47fa-9248-ac2d77221622"
],
"Permissions": [
"CanAddSelfServiceForms"
]
}
]
}