Remove a member
Remove somebody's role. Their business access ends on their next request - the membership is read per request, so there is no cached grant to wait out.
Remove somebody's role.
Their business access ends on their next request - the membership is read per request, so there is no cached grant to wait out.
Authorization
OAuth2PasswordBearer In: header
Path Parameters
uuidCookie Parameters
Response Body
application/json
curl -X DELETE "https://example.com/api/b/v1/members/497f6eca-6276-4993-bfeb-53cbbbba6f08"Suspend or reinstate a member PATCH
Previous Page
Register a business and begin onboarding POST
Create the business at tier B0 with the caller as its active Owner. The registering user is promoted to Owner, exactly as in E2-1: creating a business never mints a second identity - it reuses the `users` row the caller already has. A duplicate registration number in the same country is refused with a 409 and the next steps spelled out: whoever holds that number in that registry is one company, and the second filing is either a mistake or someone else's business.