GET
/v1/spotMembers/{spotMemberId}
curl \
--request GET 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}'
Response examples (200)
{
"id": "string",
"spotId": "string",
"userId": "string",
"email": "string",
"title": "string",
"lang": "en",
"role": "Member",
"customRoleId": "string",
"status": "Accepted",
"firstname": "string",
"lastname": "string",
"warnings": 42.0,
"embedBaseUrls": {
"default": "string",
"additionalProperty1": "string",
"additionalProperty2": "string"
},
"updatedAt": 42
}