Skip to main content
The BuildingSwell UI calls this resource Users; the API calls it organization-member. This page uses organization member throughout to match the API.
Members of the organization. Standard CRUD applies with a custom create — see below. Search columns: appUser.name, appUser.email
Requires admin access or the User.Read / User.Update permission.

Fields

Invite a member

Replaces standard POST /:
Creates a new user account if the email doesn’t exist yet and sends an invitation email. Update a member (PATCH /:id) — updatable fields: roleId, roleType, workerId (pass null to unlink worker).

Deactivate / reactivate

Both respond with 204 No Content.

Resend invite

Response: 204 No Content