create_user
Create a new user in a Beyond Identity tenant by supplying a unique email address, username, and display name; returns the user with an auto-generated ID.
Instructions
Create a new user. Requires email, user_name, and display_name. Both email and username must be unique within the tenant (409 if duplicate). Returns the new user with an auto-generated id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | A user is a member of an organization that uses Beyond Identity. |