API Reference

Create a new DevMatch user

Does not require passing a Bearer token

Log in to see full request history
Body Params

The following fields must be specified: id, name, email, role. username is optional.

string
required
string
required

Display name for this user

string
required

Role level on the DevMatch site (e.g. "admin", "recruiter")

string
required

Email associated with this account

string

GitHub username of this user

date-time
string

Unique username for displaying on profiles, etc.

Responses
201

New user was successfully created

202

The user already exists; no action taken

400

At least one of the required fields was not passed in the body or the username is invalid

Language
Click Try It! to start a request and see the response here!