GET
/
user
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
  }
}

We’re deprecating these API endpoints, so the AI Studio API key setup won’t work. [Contact support] (https://support.writer.com/) if you need them.

Headers

Authorization
string
required

Query Parameters

search
string
sortField
enum<string>
Available options:
id,
name,
creationTime,
deleted,
modificationTime,
email,
lastSeen
sortOrder
enum<string>
Available options:
asc,
desc
offset
integer
limit
integer

Response

200 - application/json
result
object[]
totalCount
integer
required
pagination
object
required