PUT
/
users
/
{user}
/
status
/
suspend
curl --request PUT \
  --url https://cloud.local.wirtual.dev/api/v2/users/{user}/status/suspend \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "avatar_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "email": "jsmith@example.com",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "last_seen_at": "2023-11-07T05:31:56Z",
  "login_type": "",
  "name": "<string>",
  "organization_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "roles": [
    {
      "display_name": "<string>",
      "name": "<string>",
      "organization_id": "<string>"
    }
  ],
  "status": "<any>",
  "theme_preference": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "username": "<string>"
}

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

user
string
required

User ID, name, or me

Response

200 - application/json
OK
created_at
string
required
email
string
required
id
string
required
username
string
required
avatar_url
string
last_seen_at
string
login_type
enum<string>
Available options:
,
password,
github,
oidc,
token,
none
name
string
organization_ids
string[]
roles
object[]
status
any
theme_preference
string
updated_at
string