Skip to main content
PATCH
Set Username Slug

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
slug
string
required

Desired unique username/slug (lowercase, 3-30 chars, a-z, 0-9, -)

Required string length: 3 - 30
Pattern: ^[a-z0-9-]+$

Response

Successful Response

data
User · object | null

Response data

status
string | null

Response status