Skip to content

Moves a store-team member from the regular team to the standby team.

PATCH
/api/stores/{storeId}/members/{userId}/standby

Will also succeed if the member was already part of the standby team.

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*

team of which store to manage

Typeinteger
Required
userId*

who should be moved to the standby team

Typeinteger
Required

Request Body

application/json
JSON
{
"message": null
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python