Request

POST https://relaybackend.os-mc.net/api/users

Request body

The request body takes a complete User resource, containing the following writable properties:

{
    "createdAt": "date-time",
    "email": "email",
    "id": "int64",
    "name": "string"
}

Properties

Name Type Description Additional
createdAt date-time Optional
email email
id int64
name string

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
201 Created

User created

User

Explore this API

user
Request Content-Type
Response Content-Type
Try it out!