Create users on parent accounts from a grandparent account

Allows grandparent account to create and invite users to existing parent accounts

User Roles

RolePermissions
memberCan view content and access basic features
developerHas member permissions and access to tools such as API keys and webhooks
adminHas developer permissions and can invite new users

Permission Hierarchy: admin > developer > member (each role inherits permissions from lower levels)

Getting the affiliate_account_id

The affiliate_account_id is the id field returned when creating a parent account via POST /v1/affiliate/accounts.

Example: After creating a parent account, use the returned id:

{
  "id": "uuid-here",  // ← This is your affiliate_account_id
  "name": "Example Corp",
  "status": "no_action_required"
}
Language
Credentials
Header