Retrieve a specific member

Fetch the details of a specific member by providing its unique ID.

GET
/organizations/{organizationId}/members/{memberId}
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string

Unique identifier of the organization

memberId*string

Unique identifier of the organization member

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/organizations/string/members/string"
{
  "id": "string",
  "wallet_id": "string",
  "email": "string",
  "invite_status": "pending",
  "role_name": "string",
  "when_created": "2019-08-24T14:15:22Z",
  "when_modified": "2019-08-24T14:15:22Z"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}