-
Notifications
You must be signed in to change notification settings - Fork 44
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
Inconsistent model mapping (domain_user) #425
Comments
I believe this is fixed in |
Thank you @ffalor, seems like the release action went through, but I can't use the new release candidate. I can't find it in go registry as well: https://pkg.go.dev/github.com/crowdstrike/gofalcon?tab=versions. |
It's because it's marked as a pre-release. You can install it by running It will look like this in your |
My bad, thank you again @ffalor, it works! |
This issue describes inconsistent mapping of model
DomainUser
. This change happened in 97a9111.Current structure of
DomainUser
from endpointhttps://api.crowdstrike.com/user-management/entities/users/GET/v1
:Type in code:
gofalcon/falcon/models/domain_user.go
Lines 18 to 34 in 48f6999
Other types of
DomainUser
likeDomainCreateUserRequest
contain the old structure:gofalcon/falcon/models/domain_create_user_request.go
Lines 18 to 34 in 48f6999
The text was updated successfully, but these errors were encountered: