/
Retrieve User Information
Retrieve User Information
Information about a user can be retrieved with a GET
request to /api/users/{userId}
.
//retrieving user information
GET /api/users/88a28076-18e8-4275-b39c-eaacc240d406 HTTP/1.1
Host: user.gini.net
Authorization: BEARER 74c1e7fe-e464-451f-a6eb-8f0998c46ff6
Accept: application/json
Response
Key | Description |
---|---|
| Unique User ID. |
| The user's email address. |
//Response
{
"id":"88a28076-18e8-4275-b39c-eaacc240d406",
"email":"some_user@example.com"
}
, multiple selections available,
Related content
Get List of all Documents
Get List of all Documents
Read with this
Create New User
Create New User
More like this
Authenticate Client
Authenticate Client
More like this
Authenticate on Behalf of User
Authenticate on Behalf of User
More like this
Retrieve Extractions
Retrieve Extractions
More like this
Get Payment Requests
Get Payment Requests
More like this