Assigns a role to a user by creating a role binding. You can scope the binding to the entire tenant or to a specific organization within the tenant.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The ID of the user to assign the role to.
The ID of the role to assign. Use the list roles endpoint to find available role IDs.
The scope of the assignment. Defaults to
"TENANT" if omitted. Use "ORG" to restrict the role to a single organization.The organization to scope the assignment to. Required when
scope_type is "ORG".
