UserId

Retrieves the user ID for a specified username.

get
Authorizations
Query parameters
userNamestringRequired

The username for which the user ID is to be fetched.

Responses
200
Success: The user ID for the specified username was successfully fetched.
get
GET /UserInfo/UserId?userName=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content