B2BOrganizationsClient
interface B2BOrganizationsClient
Organization management methods for the current member's organization.
Functions
Link copied to clipboard
Permanently deletes the current member's organization and all associated data. Calls the DELETE /sdk/v1/b2b/organizations/me endpoint. Requires an active session and appropriate RBAC permissions. This action is irreversible.
Link copied to clipboard
abstract suspend fun update(request: IB2BOrganizationsUpdateParameters): B2BOrganizationsUpdateResponse
Updates settings on the current member's organization. Calls the PUT /sdk/v1/b2b/organizations/me endpoint. Requires an active session and appropriate RBAC permissions.