cURL
curl --request GET \ --url https://identity.payven.com.tr/api/v{version}/users
{ "message": "<string>", "isSuccess": true, "code": "<string>", "data": { "items": [ { "id": "<string>", "username": "<string>", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "enabled": true, "emailVerified": true, "createdTimestamp": 123, "roles": [ "<string>" ], "tenantId": "<string>", "merchantId": "<string>", "companyName": "<string>", "pendingApproval": true } ], "pageNumber": 123, "totalPages": 123, "totalCount": 123, "hasPreviousPage": true, "hasNextPage": true } }
Documentation IndexFetch the complete documentation index at: https://docs.payven.com.tr/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.payven.com.tr/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes