---
title: "Get app users. Roles: super/app admin."
method: GET
path: "/api/appUsers"
tags: ["App Users"]
---

# Get app users. Roles: super/app admin.

`GET /api/appUsers`

## Response `200`

OK

- AppUsersResponse
  - `success` boolean
  - `error` string
  - `appUsers` AppUserCore[]
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `appUserId` integer
    - `appId` integer
    - `membershipId` integer
    - `typeCode` 'APP_ADMIN' | 'MEMBERSHIP_ADMIN' | 'SUPER_ADMIN'
    - `email` string
    - `firstName` string
    - `lastName` string
    - `membershipPermissions` Permission[]
      - `action` 'MANAGE' | 'VIEW', required
      - `resource` 'BANNED_USERS' | 'CERTS' | 'CONTENTS' | 'COURSES' | 'EVALS' | 'EVENTS' | 'GROUPS' | 'MEMBERS' | 'NOTIFICATIONS' | 'ORGANIZATION' | 'PRODUCTS' | 'SELF_REPORTS' | 'SPONSORS' | 'TAGS' | 'TESTS', required
    - `disableTime` string, date-time
    - `mfaVerificationDisabled` boolean
    - `fullName` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/f2568e11c0ab/schema)
