Export users

Downloads all users.

Request
query Parameters
attributes
required
boolean

Whether or not to include core attributes

Example: attributes=true
appIds
required
string

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.

Example: appIds=quiz1,survey4
grants
boolean

Include information about entitlements

Example: grants=true
since
string

Users who have registered after the specified date

Example: since=2020-01-01T00:00:00Z
Responses
200

OK

get/v3/user-export
Response samples
application/json
[
  • {
    }
]