Create Dev User

POST

Creates a Dev user for a Dev organization.

Request

This endpoint expects an object.
custom_schema_specobjectRequired

Requested custom schemas described abstractly. Every provided schema’s custom field must be specified, otherwise a bad request error is returned. If a new custom schema specifier is provided, then it will be added to the work, otherwise if a custom schema is omitted from the specifier, it remains unmodified.

emailstringRequiredformat: "text"

Email of the Dev user.

stateenumRequired
Allowed values: shadow
custom_fieldsobjectOptional

Application-defined custom fields.

full_namestringOptionalformat: "text"

Full name of the Dev user.

reports_tostringOptionalformat: "id"

The ID of the user that the user reports to.

Response

Response object for request to create a new Dev user for a Dev organization.

dev_userobject
Built with