Legacy API Reference
cURL
curl --request GET \ --url https://enterprise-api.writer.com/user \ --header 'Authorization: <authorization>'
{ "result": [ { "id": 123, "avatar": "<string>", "accountStatus": "invited", "firstName": "<string>", "lastName": "<string>", "fullName": "<string>", "email": "<string>", "timezone": "<string>", "lastSeenOnline": "2023-11-07T05:31:56Z", "invitedBy": 123, "createdAt": "2023-11-07T05:31:56Z" } ], "totalCount": 123, "pagination": { "offset": 123, "limit": 123 } }
id
name
creationTime
deleted
modificationTime
email
lastSeen
asc
desc
The response is of type object.
object
Was this page helpful?