get

<< Click to Display Table of Contents >>

Navigation:  API > users >

get

Description

Obtains information about a specific user.

Syntax

https://api.cameyo.com/users/get?clientId=...&clientSecret=...&user=user@company.com

Required parameters

user: username (email).

Return

200: success.

400: invalid parameters.

403: authentication failed or insufficient permissions.

404: user not found.

500: an internal error has occurred.

Response example:

{

     "id": "7a3e177e-f18f-4797-bf8c-7f4d767393bd",

     "created": "2019-02-07T02:25:05.457",

     "lastLogin": "2019-02-07T02:26:45.657",

     "expiration": null,

     "groupName": null,

     "groupId": null,

     "userName": "user@gmail.com",

     "status": "active",

     "powertags": null

}