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

# POST /useraccess/start

`POST /useraccess/start`

Starts the tasks to search user access status for a specific email address.

The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out.

## 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.
  - `email` string, password, required — The email address of the target user.

## Response `201`

Success

- StartUserAccessTasksResponse
  - `userAccessTasksList` UserAccessTaskItem[] — Contains a list of user access task information.
    - `app` string, required — The name of the application.
    - `tenantId` string, required — The ID of the application tenant.
    - `taskId` string — The unique ID of the task.
    - `error` object — Error from the task, if any.
      - `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)
