curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/members/{member_id} \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"last_login": "2023-11-07T05:31:56Z",
"is_active": true,
"organization_role": "<string>",
"organization_role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspaces": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"roles": [
{
"role": "<string>",
"granted_by": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
],
"picture": "<string>",
"added_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>"
}
}
]Retrieves a member’s details and workspace roles. Required permission: read:organization_settings.
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/members/{member_id} \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"last_login": "2023-11-07T05:31:56Z",
"is_active": true,
"organization_role": "<string>",
"organization_role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspaces": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"roles": [
{
"role": "<string>",
"granted_by": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
],
"picture": "<string>",
"added_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>"
}
}
]Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
A UUID string identifying the member.
A UUID string identifying the organization.
Show child attributes
Show child attributes