Flows
GET
/user/v1/flowsLists flows.
POST
/user/v1/flows:createJoinOrganizationCreates a join organization flow. This invites a person to join an organization.
POST
/user/v1/flows:createSignupCreates a signup flow. This invites a person to join the app.
GET
/user/v1/flows/{flowId}Retrieves specified flow.
POST
/user/v1/flows/{flowId}:approveApprove a flow. This will approve the specified flow and start the next step in the flow (e.g. for a join organization flow it will send the invitee an email with a link to join the organization).
POST
/user/v1/flows/{flowId}:consumeConsume the flow. This accepts the flow (e.g. for a join organization flow it will accept the invitation and add the member to the organization).
POST
/user/v1/flows/{flowId}:cancelCancels specified flow. This cancels the flow and hides it from the user.