Create partner client
Create a client account
Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Body
Request object for creating a new partner client account.
Email address of the client contact person
"john.smith@acme.com"
Name of the client contact person
"John Smith"
Name of the client organization
"Acme Corporation"
Whether to suppress sending welcome email to the client
false
Response
OK
Response object containing the result of creating a partner client account.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Status responses for partner web operations.
BASIC_AUTH_FAILED, PASSWORD_MISMATCH, USER_EXISTS, CLIENT_EXISTS, USER_NOT_FOUND, BAD_INPUT, SUCCESS, PASSWORD_TOO_SHORT