Português (BR)
cURL
curl --request GET \ --url https://api.contas.rdstationmentoria.com.br/rest/memberships \ --header 'Authorization: Bearer <token>'
[ { "type": "membership", "data": { "id": "<string>", "workspaceId": "<string>", "userId": "<string>", "role": "owner", "user": { "id": "<string>", "name": "<string>", "email": "jsmith@example.com", "phone": null, "picture": null, "createdAt": "2025-07-21T17:52:50.046Z", "updatedAt": "2025-07-21T17:52:50.046Z" } } } ]
Retorna os membros (usuários) do workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Termo de pesquisa
Successful response
Lista de membros do workspace