Move a store team member 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
RequiredPattern
"[1-9][0-9]*"userId*
who should be moved to the standby team
Typeinteger
RequiredPattern
"[1-9][0-9]*"Request Body
application/json
JSON
{
"message": null
}
Responses
Success