Skip to main content
POST
Set Member Ban Status

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
email
string
ban
string
default:false
required

Response

200 - application/json

Member details

id
string

Unique identifier of the member

email
string

Email address of the member

first_name
string

First name of the member

last_name
string

Last name of the member

last_seen_at
string<date-time>

Timestamp when the member was last seen

created_at
string<date-time>

Timestamp when the member was created

updated_at
string<date-time>

Timestamp when the member was last updated