---
title: "POST /useraccess/batchget"
method: POST
path: "/useraccess/batchget"
---

# POST /useraccess/batchget

`POST /useraccess/batchget`

Gets user access details in a batch request.

This action polls data from the tasks that are kicked off by the `StartUserAccessTasks` action.

## Request body

- object
  - `appBundleIdentifier` string, required — The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
  - `taskIdList` UUID[], required — The tasks IDs to use for the request.

## Response `200`

Success

- BatchGetUserAccessTasksResponse
  - `userAccessResultsList` UserAccessResultItem[] — Contains a list of user access results.
    - `app` string — The name of the application.
    - `tenantId` string — The ID of the application tenant.
    - `tenantDisplayName` string — The display name of the tenant.
    - `taskId` string — The unique ID of the task.
    - `resultStatus` 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'EXPIRED' — <p>The status of the user access result item.</p> <p>The following states are possible:</p> <ul> <li> <p> <code>IN_PROGRESS</code>: The user access task is in progress.</p> </li> <li> <p> <code>COMPLETED</code>: The user access task completed successfully.</p> </li> <li> <p> <code>FAILED</code>: The user access task failed.</p> </li> <li> <p> <code>EXPIRED</code>: The user access task expired.</p> </li> </ul>
    - `email` string, password — The email address of the target user.
    - `userId` string, password — The unique ID of user.
    - `userFullName` string, password — The full name of the user.
    - `userFirstName` string, password — The first name of the user.
    - `userLastName` string, password — The last name of the user.
    - `userStatus` string — The status of the user returned by the application.
    - `taskError` object — Contains information about an error returned from a user access task.
      - `errorCode` string — The code of the error.
      - `errorMessage` string — The message of the error.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/appfabric.md) · [All operations](https://skmtc.net/aws/apis/appfabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/appfabric/versions/b244e52fe0c9/schema)
