Skip to main content

MembershipResponse

idstring
userIdstring
userNamestring
userEmailstring
rolestring

Possible values: [OWNER, ADMIN, MEMBER]

statusstring

Possible values: [ACTIVE, SUSPENDED, LEFT]

joinedAtdate-time
shopIdsstring[]
MembershipResponse
{
"id": "string",
"userId": "string",
"userName": "string",
"userEmail": "string",
"role": "OWNER",
"status": "ACTIVE",
"joinedAt": "2024-07-29T15:51:28.071Z",
"shopIds": [
"string"
]
}