The operations described in this section allow clients to manage users.
![]() | Note |
|---|---|
Some of the functionality described in this section is
provided by the |
When these requests are issued by a sub-user, they act only upon that sub-user. You can learn more about sub-users, also called sub-accounts, at Section 3.7, “Sub-Users”.
| Verb | URI | Description |
|---|---|---|
| GET | v2.0/users | List users. |
| GET | v2.0/users?name= | Return detailed information about a specific user, by user name. |
| GET | v2.0/users/{userId} | Return detailed information about a specific user, by user ID. |
| POST | v2.0/users | Add a user. |
| POST | v2.0/users/{userId} | Update a user. |
| DELETE | v2.0/users/{userId} | Delete a user. |
| GET | v2.0/users/{userId}/OS-KSADM/credentials | List credentials, other than passwords, for all authentication methods. |
| GET | v2.0/users/{userId}/OS-KSADM/credentials/RAX-KSKEY:apiKeyCredentials | Get user credentials. |

![[Note]](/auth-v2.0-auth-client-devguide/common/images/admon/note.png)
