GET/v1/tenant_members/{id}

tenant_members.get

Fetch a single tenant member by id.

Parameters

NameTypeRequiredDescription
idstringrequiredTenant member id, e.g. `tnm_<32 hex chars>`.

Response

No parameters.

Examples

curl -sS -X GET \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/tenant_members/{id}

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.