{
    "type": "object",
    "properties": {
        "_links": {
            "type": "object",
            "properties": {
                "self": {
                    "type": "object",
                    "properties": {
                        "href": {
                            "type": "string"
                        }
                    }
                }
            }
        },
        "created": {
            "type": "string"
        },
        "credentials": {
            "type": "object",
            "properties": {
                "provider": {
                    "type": "object",
                    "properties": {
                        "name": {
                            "type": "string"
                        },
                        "type": {
                            "type": "string"
                        }
                    }
                }
            }
        },
        "id": {
            "type": "string"
        },
        "lastUpdated": {
            "type": "string"
        },
        "profile": {
            "type": "object",
            "properties": {
                "city": {
                    "type": "string"
                },
                "countryCode": {
                    "type": "string"
                },
                "department": {
                    "type": "string"
                },
                "displayName": {
                    "type": "string"
                },
                "email": {
                    "type": "string"
                },
                "firstName": {
                    "type": "string"
                },
                "lastName": {
                    "type": "string"
                },
                "login": {
                    "type": "string"
                },
                "manager": {
                    "type": "string"
                },
                "managerEmail": {
                    "type": "string"
                },
                "organization": {
                    "type": "string"
                },
                "site": {
                    "type": "string"
                },
                "startDate": {
                    "type": "string"
                },
                "timezone": {
                    "type": "string"
                },
                "title": {
                    "type": "string"
                },
                "userType": {
                    "type": "string"
                }
            }
        },
        "realmId": {
            "type": "string"
        },
        "status": {
            "type": "string"
        },
        "type": {
            "type": "object",
            "properties": {
                "id": {
                    "type": "string"
                }
            }
        }
    },
    "version": 4
}
