cURL
curl --request GET \ --url https://app.sellitbr.com/api/v1/workspaces/{workspaceId}/members \ --header 'Authorization: Bearer <token>'
{ "members": [ { "workspaceId": "<string>", "user": { "name": "<string>", "email": "<string>", "image": "<string>" }, "role": "ADMIN" } ] }
Show child attributes