Last updated 10 months ago
Was this helpful?
GET /v1/admin/users/{userId} HTTP/1.1 Host: api.portkey.ai x-portkey-api-key: YOUR_API_KEY Accept: */*
OK
{ "object": "user", "id": "61e08f60-4822-465e-ba23-39f85cd741cb", "first_name": "horace", "last_name": "slughorn", "role": "member", "email": "horace.slughorn@example.com", "created_at": "2024-01-25 11:35:07", "last_updated_at": "2024-01-25 11:35:07", "workspace_ids": [ "ws-shared-123" ] }