Skip to main content

AttachMemberAdminInputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/AttachMemberAdminInputBody.json
isOwnerboolean

Stamp the denormalized owner flag on the membership row

rolestringrequired

authz role name to grant (e.g. org_owner, org_admin, org_member)

userEmailstring

Email of the existing user; resolved against the tier-aware UserProvider

userUuidstring

UUID of the existing user to attach (preferred over userEmail when both are supplied)

AttachMemberAdminInputBody
{
"$schema": "https://example.com/schemas/AttachMemberAdminInputBody.json",
"isOwner": true,
"role": "string",
"userEmail": "string",
"userUuid": "string"
}