Create Dev User

POST

Creates a Dev user for a Dev organization.

Request

This endpoint expects an object.
custom_schema_specobjectRequired

Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.

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