Login
⌘
K
API version 2.0
Introduction
Rate limits
Pagination
Archiving and Deleting
Tracking API
Authentication
Contact
Account
Event
Access API
Authentication
Contacts
Accounts
Notes
Tasks
Activities
Users
HTTP Responses
Changelog
Docs powered by
Archbee
API version 2.0
...
Access API
Users
Get
1min
Get a user by its ID
GET
Request
Body Parameters
id
required
String
ID of the note to get
Curl
1
curl
-X
GET https://data.successeve.com/v2/users/
{
id
}
\
2
-H
'Accept: application/json'
\
3
-H
'Authorization:Bearer <Your access token>'
4
curl -X GET https://data.successeve.com/v2/users/{id} \ -H 'Accept: application/json' \ -H 'Authorization:Bearer <Your access token>'
Responses
200
404
1
{
2
"object"
:
"user"
,
3
"id"
:
"5d3bae5bcb4a287b44583a55"
,
4
"created_at"
:
1564192347
,
5
"email"
:
"
[email protected]
"
,
6
"name"
:
"John Doe"
,
7
"role"
:
"admin"
,
8
"enabled"
:
true
9
}
{ "object": "user", "id": "5d3bae5bcb4a287b44583a55", "created_at": 1564192347, "email": "jdoe@acme.com", "name": "John Doe", "role": "admin", "enabled": true }
Did this page help you?
PREVIOUS
List
NEXT
HTTP Responses
Docs powered by
Archbee
TABLE OF CONTENTS
GET
Get user
Docs powered by
Archbee