Show member details.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
memberId*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://loading/members/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"message": "Successfully found member details.",
"resource": "member",
"data": {
"uuid": "019e6e75-1e1a-7ee0-83be-3eb0a9df305e",
"organizations": [
{
"uuid": "019e6e75-1e22-7f4e-9b8b-e7f56132d949",
"name": "Organization 1",
"connectors-limit": 10
},
{
"uuid": "019e6e75-1e2b-7794-bd01-e14331eea8bd",
"name": "Organization 2",
"connectors-limit": 10
},
{
"uuid": "019e6e75-1e30-73f7-b615-c519bd739872",
"name": "Organization 3",
"connectors-limit": 10
}
]
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Access denied for user."
}{
"message": "Member not found."
}How is this guide?