UserId
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.
400
Bad Request: The provided username is invalid or an error occurred while fetching the user ID.
get
GET /UserInfo/UserId?userName=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content