Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added get user #101

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Added get user #101

merged 2 commits into from
Apr 17, 2024

Conversation

MarekCounts
Copy link
Contributor

@MarekCounts MarekCounts commented Apr 17, 2024

results of new api implementation look like this

{
    "user": {
        "ID": "user_2dYsN4nRlMlHi50l4hEy9V7rk8a",
        "Name": "marek",
        "Email": "[email protected]",
        "NewsLetterConsent": false,
        "DOB": "1998-09-03T23:00:00Z"
    },
    "org": {
        "ID": 1,
        "Name": "marek29f07315-c522-488b-befd-442470e3410e",
        "OwnerID": "user_2dYsN4nRlMlHi50l4hEy9V7rk8a",
        "Owner": null,
        "ResourceGroups": [
            {
                "ID": 1,
                "OrgID": 1,
                "Name": "Default",
                "Resources": null
            }
        ]
    }
}

@MarekCounts MarekCounts merged commit dab2a67 into null-channel:main Apr 17, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants