Contract Testing: Admin Create User
contract-testing_admin_create_userCreates a new admin user account in SmartBear's contract testing platform, requiring email and display name.
Instructions
Create a new user account (admin).
Toolset: Admin
Parameters:
email (string) required: Email address of the new user
name (string) required: Display name of the new user
firstName (string): First name
lastName (string): Last name
externalIdpId (string): External identity provider ID (for SAML/SSO)
externalIdpUsername (string): External IdP username (for SAML/SSO)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name of the new user | |
| Yes | Email address of the new user | ||
| lastName | No | Last name | |
| firstName | No | First name | |
| externalIdpId | No | External identity provider ID (for SAML/SSO) | |
| externalIdpUsername | No | External IdP username (for SAML/SSO) |