We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed there are some fields that are not supported in the sdk but supported in the API https://docs.jumpcloud.com/api/1.0/index.html#tag/Systemusers/operation/systemusers_post.
Example: Create a system user Has a field called alternateEmail but it is not currently supported in the sdk in both v1 and v2
alternateEmail
v1
v2
https://github.com/TheJumpCloud/jcapi-go/blob/master/v1/systemuserputpost.go https://github.com/TheJumpCloud/jcapi-go/blob/master/v2/systemuserputpost.go
Please update to support all fields available in the API thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed there are some fields that are not supported in the sdk but supported in the API https://docs.jumpcloud.com/api/1.0/index.html#tag/Systemusers/operation/systemusers_post.
Example: Create a system user
Has a field called
alternateEmail
but it is not currently supported in the sdk in bothv1
andv2
https://github.com/TheJumpCloud/jcapi-go/blob/master/v1/systemuserputpost.go
https://github.com/TheJumpCloud/jcapi-go/blob/master/v2/systemuserputpost.go
Please update to support all fields available in the API thanks.
The text was updated successfully, but these errors were encountered: