Skip to main content
POST
Create WP admin user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

env_id
string
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Body

application/json
email
string<email>
required
first_name
string
required
Example:

"John"

last_name
string
required
Example:

"Doe"

Response

WP admin user created successfully

create_wp_admin_user
boolean
required
Example:

true