Get the stores where a user is member of
GET
/api/users/{userId}/stores
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
userId*
Typestring
RequiredPattern
"[1-9]\\d*|current"Query Parameters
format
excludeInactive
Typeboolean
Responses
Success.
application/json
JSON
[
[
{
"id": 0,
"name": "string",
"isManaging": true,
"membershipStatus": 0,
"categoryType": 0,
"pickupStatus": null
}
]
]