mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 12:27:59 +00:00
docs: correct list users endpoint description (#9050)
# Which Problems Are Solved There is a wrong description on the ListUsers endpoint on the users v2 API. # How the Problems Are Solved Correctly rewrote it with mention of instance instead of organization. # Additional Changes None # Additional Context Closes #8961
This commit is contained in:
parent
a077771bff
commit
0a859fe416
@ -168,7 +168,7 @@ service UserService {
|
||||
|
||||
// Search Users
|
||||
//
|
||||
// Search for users. By default, we will return users of your organization. Make sure to include a limit and sorting for pagination..
|
||||
// Search for users. By default, we will return all users of your instance that you have permission to read. Make sure to include a limit and sorting for pagination.
|
||||
rpc ListUsers(ListUsersRequest) returns (ListUsersResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/v2/users"
|
||||
|
@ -174,7 +174,7 @@ service UserService {
|
||||
|
||||
// Search Users
|
||||
//
|
||||
// Search for users. By default, we will return users of your organization. Make sure to include a limit and sorting for pagination.
|
||||
// Search for users. By default, we will return all users of your instance that you have permission to read. Make sure to include a limit and sorting for pagination.
|
||||
//
|
||||
// Deprecated: please move to the corresponding endpoint under user service v2 (GA).
|
||||
rpc ListUsers(ListUsersRequest) returns (ListUsersResponse) {
|
||||
|
Loading…
Reference in New Issue
Block a user