Create a User for a Site

Creates a new user associated with the specified site using the provided user data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique ID of the site to associate the new user with

Body Params

User data required to create a new user

string

Name

string

Email address

string
required

Username

string

User picture

string
enum
required
deprecated

Define the user type

  • user: has access to public view only

This field is deprecated and always set to 'user', as this endpoint is intended for public-view users only.

Allowed:
Responses

400

Invalid user data provided in the request body

401

Unauthorized due to missing or expired authentication token

404

The specified site was not found

502

Server error prevented user creation

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json