cURL
curl --request GET \ --url https://api.paygentic.io/v0/users/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "usr_e7f8g9h0i1j2k3l4", "object": "user", "address": { "city": "Berlin", "country": "DE", "line1": "789 Innovation Road", "zipCode": "10115" }, "createdAt": "2024-01-20T09:00:00Z", "dateOfBirth": "1985-05-20", "email": "[email protected]", "firstName": "Bob", "lastName": "Johnson", "organizations": [ { "id": "org_m5n6o7p8q9r0s1t2", "state": "active" }, { "id": "org_u3v4w5x6y7z8a9b0", "state": "invited" } ], "oryId": "ory_user_def456", "phone": "+49-30-12345678", "type": "INDIVIDUAL", "updatedAt": "2024-03-10T16:00:00Z" }
API key authentication
Unique identifier for a user
User details
user
Show child attributes
COMPANY
INDIVIDUAL