View User
EndPoint
Endpoint : wp-json/wpuser/v1/users/<id>
Method : GET
Users are accessible through the WordPress REST API at the /wpuser/ endpoint.
To list user, send a GET request to the wp-json/wpuser/v1/users/<id> endpoint
Example Request
http://localhost/wpuserplus/wp-json/wpuser/v1/users/1
Arguments
id | User Id. Unique identifier for the user. |