Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://tally-platform-api-xwka6vu2kq-ue.a.run.app/v1/tenants/{tenant_id}/members \ --header 'Authorization: Bearer <token>'
{ "items": [ { "tenant_id": "<string>", "principal_id": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Returns all principal access records for the tenant.
Firebase Auth JWT issued by Google Identity Platform. Obtain a token by signing in at your app domain and calling firebase.auth().currentUser.getIdToken().
firebase.auth().currentUser.getIdToken()
Tenant identifier.
Member list.
Show child attributes