post https://example.com//create_account
Create a new user account in the third-party system.
This operation creates a new user account with the specified details and required entitlements.
The account creation process may vary between integrations, but typically involves:
- Creating the base user account with provided personal information
- Assigning the required entitlements (permissions, licenses, etc.) that must be set during creation
- Setting up the initial account status
Note: Only entitlements that are required for account creation should be specified here.
Optional entitlements should be assigned after creation using the assign_entitlement operation.