sites
Add Organization
Adds an organization to a site by creating an add_site_organization_membership workflow.
post/v0/sites/{site_id}/memberships/organizations
Path parameters
site_idstring required
Site UUID
Request body
Example request
{
"organization_id": "org-uuid-456",
"role": "team_member"
}Response
Example response
{
"active_description": "Starting workflow",
"created_at": 1234567890,
"id": "12345678-90ab-cdef-1234-567890abcdef",
"number_of_tasks": 5,
"type": "add_site_user_membership"
}