The Administration API enables you to manage user details and settings from an administration level. The APIs support bulk user import and export endpoints.

With the APIs, you can create new users and update user details with bulk imports. You can also export user details with bulk exports.

This API supports these bulk user import and export endpoints:

  • /admin/1/0/users/import - Create or update users in an Anaplan tenant by uploading a CSV file. Users are matched by username (email address).
    Learn more, here.
  • /admin/1/0/users/export - Returns a CSV file with username, first name, last name, and licenses columns.
    Learn more, here.