Upsert (create or update) a role assignment for a user in a Kaleido organization. Returns 201 for new roles and 200 for updates. The _revision field increments with each update. Use GET_ORGANIZATIONS to obtain valid org_id values.
roleRequiredstringThe role to assign to the user within this organization. Currently only 'admin' is supported.
org_idRequiredstringThe unique Kaleido organization ID (e.g., 'u0cvzlsyw4'). Obtain this from the GET_ORGANIZATIONS action.
role_idRequiredstringThe unique role assignment ID (e.g., 'u0test1234'). For new roles, use a unique identifier; for updates, use the existing role ID.
user_idRequiredstringThe ID of the user to assign the role to. This is required when creating a new role assignment.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.