Possible to extract Workspace security using API ?

Options

Hello,

We have a requirement to send security extracts on a weekly basis, since we have 10 or more workspaces, is there any way we can extract this information via APIs ? It's jus the Extract option on the users screen that we are looking for

Tagged:

Answers

  • Hi @Niraj.B
    Yes, you can use the Anaplan API to extract security information for your workspaces. The Anaplan API provides endpoints to retrieve various metadata, including user and role information.

    To extract security information, you can use the following API endpoints:

    1. Get Users: This endpoint allows you to retrieve a list of users in a workspace. You can use this to get information about each user, including their roles and permissions.
    2. Get Roles: This endpoint allows you to retrieve a list of roles in a workspace. You can use this to get information about each role, including the users assigned to it and their permissions.

    By combining these two endpoints, you can extract the security information for your workspaces. You can schedule this extraction on a weekly basis using a script or a tool that can make API calls.

    Please refer to the Anaplan API documentation for more details on using these endpoints and authenticating your API requests.