Create Profile

The Create Profile API allows new players to register for the game and create a unique profile. Upon successful registration, a new player profile is generated with default attributes.

Request

PUT /v1/profile HTTP/1.1
Host: profile-dev.api.mimiland.io
Content-Type: application/json
mm-client-id: mml
mm-user-id: 66c5ae097139a22bc2bb61d3
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
Content-Length: 205

{
    "includes":"name;status;avartarUrl;gender",
    "name":"coder",
    "status":"active",
    "url":"https://learn.g2.com/hubfs/G2CM_FI128_Learn_Article_Images-%5BIDE%5D_V1a.png",
    "gender":1
}

Parameter

Key
Type
Description

includes *required

String

Required fields information

name *required

String

Name of the user

status Optional

String

Status of the user

url Optional

String

URL image

gender *required

Int

Gender of the characterer

Last updated