指定したユーザーの支払ステータスを更新します。
https://<space_id>.repsona.com/api/user/:userId/billing_status
Owner
Admin
Name | Type | Description |
---|---|---|
userId* | string | ユーザーID |
Name | Type | Description |
---|---|---|
billingStatus* | enum (active , inactive ) | 支払ステータス |
{
"requestedBy": 1,
"user": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Reon",
"fullName": "Reon Walls",
"avatarUrl": "/dummy/avatar1.png",
"billingStatus": "active",
"extra": null,
"space": 1,
"language": 2,
"timeZone": 100
}
}