GET
/
roles
/
{membershipId}
Listar permissões
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/roles/{membershipId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "appId": "<string>",
    "role": null
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

membershipId
string
required

Identificador único do membro

Response

200
application/json

Successful response

Lista de papéis com aplicação e nome do papel