Flowdock (Discontinued) · Example Payload

Flowdock Scim User Response

Team ChatTeam InboxCollaborationReal-Time MessagingIntegrationsDiscontinued

Flowdock Scim User Response is an example object payload from Flowdock (Discontinued), with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

Resources

Example Payload

Raw ↑
{
  "Resources": [
    {
      "id": 1,
      "externalId": "johndoe@example.com",
      "userName": "johndoe@example.com",
      "name": {
        "givenName": "John",
        "familyName": "Doe"
      },
      "meta": {
        "location": "https://api.flowdock.com/scim/123456/Users/1",
        "created": "2018-04-12T10:14:00Z",
        "lastModified": "2020-09-01T16:22:00Z"
      },
      "emails": [
        { "value": "johndoe@example.com" }
      ],
      "nickName": "John"
    }
  ]
}