Skip to main content
PATCH
/
v1
/
users
/
api
/
client
/
status
Update Client Status
curl --request PATCH \
  --url https://api.aries.com/v1/users/api/client/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_id": "<string>",
  "status": "<string>"
}
'
{
  "client_id": "<string>",
  "message": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
client_id
string
required

OAuth2 client ID

status
string
required

Client status: 'active', 'inactive', or 'suspended'

Response

Client status updated successfully

client_id
string

OAuth2 client ID

message
string

Status update message

updated_at
string<date-time>

Status update timestamp