enable_user
Re-enable a previously disabled organization member so they can log in and use the platform again. Requires the org_user_id. The organization is fixed by your context — never pass an organization id. You cannot target a user more privileged than yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_user_id | Yes | Id of the OrganizationUser to enable. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |