SweetConnect LogoSweetConnect
ApiUsers

Get all users

Get all users

GET
/v1/users
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://my.sweetconnect.io/api/auth/v1/users"
{
  "data": {
    "users": [
      {
        "id": "string",
        "firstName": "string",
        "lastName": "string",
        "email": "string",
        "username": "string",
        "activated": true,
        "role": "admin",
        "marketplaceRole": "sweetconnect",
        "additionalProperties": "string"
      }
    ]
  },
  "meta": {
    "responseTime": 0,
    "count": 0
  }
}
{
  "statusCode": 0,
  "message": "string",
  "error": "string"
}
{
  "statusCode": 0,
  "message": "string",
  "error": "string"
}