Identity Provider API, gRPC: UserService
Статья создана
Обновлена 8 августа 2025 г.
A set of methods for managing users in the Identity Provider system.
Methods
|
Method |
Description |
|
Returns the specified user. |
|
|
Retrieves the list of users in the specified userpool. |
|
|
Creates a user in the specified userpool. |
|
|
Updates the specified user. |
|
|
Deletes the specified user. |
|
|
Sets the password for the authenticated user. |
|
|
Sets the password for another user. |
|
|
Suspends the specified user. |
|
|
Reactivates a previously suspended user. |
|
|
Generates a new password. |
|
|
Returns metadata about the authenticated user's password. |
|
|
Converts a user to use external authentication. |
|
|
Sets a password hash for the specified user. |
|
|
Resolves external IDs to internal user IDs. |