You are currently viewing 'Search Users by Name ' page



Usage

GET /User/SearchByName/:Name

Content-Type

application/json

Description

Returns user information

Note

Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE". Sample request URL
/User/SearchByName/Paul

Example

Type Name Required Note
URL Name YES Name of user
Sample response:

[
{
"userId": "3d1e40a7-c773-4e83-b790-46e22ae12e79",
"fullName": "Paul Smith",
"districtName": "Rank One ISD"
},
"userId": "8c02ef0a-2dc6-4c1d-a943-519d166416e8",
"fullName": "Paul Wall",
"districtName": "Houston ISD"
},
"userId": "384a6494-4670-4d53-9432-8325fac77030",
"fullName": "Paula Sanders",
"districtName": "Rank One ISD"
},
...
]