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
RequireduserId*
who should be moved to the standby team
Typeinteger
RequiredRequest Body
application/json
JSON
{
"message": null
}
Responses
Success