Moves a store-team member from the standby team to the regular team.
DELETE
/api/stores/{storeId}/members/{userId}/standby
Will also succeed if the member was already part of the regular 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 regular store team
Typeinteger
RequiredResponses
Success