Skip to content

Commit 9cfdca8

Browse files
fix doc issue found in Identity User bug #108
1 parent de1e7df commit 9cfdca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following methods call Veracode REST APIs and return JSON.
66
- `Users().get_self()`: get user information for the current user.
77
- `Users().get(user_guid)`: get information for an individual user based on `user_guid`.
88
- `Users().get_by_name(username)`: look up info for an individual user based on their user_name.
9-
- `Users().get_by_search(search_term, api_id, role_id, login_status, saml_user, team_id, detailed, user_type, request_params)`: search for users based on parameters below (all optional):
9+
- `Users().get_user_search(search_term, api_id, role_id, login_status, saml_user, team_id, detailed, user_type, request_params)`: search for users based on parameters below (all optional):
1010
- `search_term`: string
1111
- `api_id`: search by customer api id
1212
- `role_id`: search by role_id (see `get_roles`)

0 commit comments

Comments
 (0)