Pular para o conteúdo principal
GET
/
memberships
Listar membros
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": "[email protected]",
        "phone": null,
        "picture": null,
        "createdAt": "2025-11-26T20:01:11.908Z",
        "updatedAt": "2025-11-26T20:01:11.908Z"
      }
    }
  }
]

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de consulta

Termo de pesquisa

Resposta

Successful response

Representa um membro do workspace

type
enum<string>
obrigatório
Opções disponíveis:
membership
data
object
obrigatório