Get team details and the member list. Caller must be an accepted member. Returns the caller’s role so the client can branch UI on permissions.Documentation Index
Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Auth | Required |
| Required scope | Caller must have status: accepted membership |
| Idempotent | Yes |
Response
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 403 | Not a team member | Caller has no accepted membership for this team. |
| 404 | Team not found | Bad id. |
| 500 | INTERNAL_ERROR | Read failed. |