Get Website User
Retrieves information about the specified user.
Available parameters
Include parameters
Parameter | Description |
---|---|
username | Find a user by username |
Find user by email. It must be a valid email address. |
Example request:
curl "https://api.gamecms.org/v2/websites/user?username=Wohaho" \
-H 'Accept: application/json' \
-H 'Authorization: Bearer your-token' \
-X GET
Or using email:
curl "https://api.gamecms.org/v2/websites/[email protected]" \
-H 'Accept: application/json' \
-H 'Authorization: Bearer your-token' \
-X GET