Contains operations on the Account User resource.
Admin API Reference (2026-01-08)
The Zephr Admin API provides RESTful access to all Zephr functionality. It is designed for server-side integrations. All requests must be signed as described in HMAC Request Signing and Key Pairs.
The Admin API uses a base URL with the following format: https://{tenantId}.api.zephr.com
Note: If you have multiple tenants, the current tenant ID is shown in a blue box in the top right of the Admin Console. If you have a single site, you can find the tenant ID by navigating to your site domains. To do this, select Sites from the Delivery menu, select your site, and then click the Site Domains button. The tenant ID is the first part of the domain. For example, if the domain is news-paper.cdn.zephr.com, the tenant ID is news.
Comma-delimited list of appIds to retrieve extended profile data for. If appIds is present and attributes isn't, only users with matching extended profiles will be returned.
Only include users with a matching extended profile
Users who have registered after the specified date
Users who have registered before the specified date
- Mock serverhttps://developer.zuora.com/_mock/zephr-api-reference/zephr-admin-api/v3/user-export
- https://demo.api.zephr.com/v3/user-export
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.zuora.com/_mock/zephr-api-reference/zephr-admin-api/v3/user-export?attributes=true&appIds=quiz1%2Csurvey4&appIdsRestrictive=true&grants=true&since=2020-01-01T00%3A00%3A00Z®isteredSince=2020-01-01T00%3A00%3A00Z®isteredBefore=2020-01-01T00%3A00%3A00Z&rpp=40&page=1' \
-H 'Authorization: ZEPHR-HMAC-* <YOUR_TOKEN_HERE>'{ "results": [ [ … ] ], "meta": { "count": 100, "rpp": 20, "paginated": true }, "links": { "first": { … }, "last": { … }, "previous": { … }, "next": { … } } }
Request
Downloads all subscribers and subscriber events data in csv format.
- To download subscribers data, specify the
attributesquery parameter totrue, and use theattr,appIds,appIdsRestrictive,grants,since,registeredSince,registeredBefore,foreignKeysquery parameters. - To download subscriber events data, specify the
eventsExportquery parameter totrue, and use thefromandtoquery parameters. - For pagination, use the
rppandpagequery parameters
Comma-delimited list of user attribute filters in the following format: attributeKey.operation.value or attributeKey.operation.value1.value2.
Comma-delimited list of appIds to retrieve extended profile data for. If appIds is present and attributes isn't, only users with matching extended profiles will be returned. Use all to retrieve all extended profile data.
Only include users with a matching extended profile
Users who have registered after the specified date
Users who have registered before the specified date
- Mock serverhttps://developer.zuora.com/_mock/zephr-api-reference/zephr-admin-api/v4/user-export
- https://demo.api.zephr.com/v4/user-export
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.zuora.com/_mock/zephr-api-reference/zephr-admin-api/v4/user-export?attributes=true&attr=attr1.contains.a%2Cattr2.equals.3&appIds=quiz1%2Csurvey4%2Call&appIdsRestrictive=true&grants=true&since=2020-01-01T00%3A00%3A00Z®isteredSince=2020-01-01T00%3A00%3A00Z®isteredBefore=2020-01-01T00%3A00%3A00Z&foreignKeys=true&eventsExport=string&from=2020-01-01T00%3A00%3A00Z&to=2020-01-02T00%3A00%3A00Z&rpp=40&page=1' \
-H 'Authorization: ZEPHR-HMAC-* <YOUR_TOKEN_HERE>'{ "results": [ [ … ] ], "meta": { "count": 100, "rpp": 20, "paginated": true }, "links": { "first": { … }, "last": { … }, "previous": { … }, "next": { … } } }
- Mock serverhttps://developer.zuora.com/_mock/zephr-api-reference/zephr-admin-api/zephr/public/template-components/v1/template-components/{templateConfigId}
- https://demo.api.zephr.com/zephr/public/template-components/v1/template-components/{templateConfigId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.zuora.com/_mock/zephr-api-reference/zephr-admin-api/zephr/public/template-components/v1/template-components/{templateConfigId}' \
-H 'Authorization: ZEPHR-HMAC-* <YOUR_TOKEN_HERE>'