---
title: "Listing of acl user details"
method: GET
path: "/acl/group/{acl_group_id}/userdetails"
tags: ["Acl Groups"]
---

# Listing of acl user details

`GET /acl/group/{acl_group_id}/userdetails`

## Response `200`

ACL user details listing

- AclUserDetailsReturn[]
  - `sFirstName` string, required
  - `sLastName` string, required
  - `sUsername` string
  - `id` string, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Invalid path params / values for the header of the request
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `405` — Method not supported. Returned if an unsupported http method is used.
- `default` — unexpected error

---

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