You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module is throwing a malformed API request error when running Get-RubrikUser against CDM 5.3
Expected Behavior:
Expect the module to support the API changes that have been made in CDM 5.3. The ability to retrieve lists of users has been moved from /internal/user to /v1/principal - That said, to retrieve the detailed information from a user, the endpoint remains at /internal/user/{id}
Steps to Reproduce:
Run Get-RubrikUser
The text was updated successfully, but these errors were encountered:
Current Behavior:
The module is throwing a malformed API request error when running
Get-RubrikUser
against CDM 5.3Expected Behavior:
Expect the module to support the API changes that have been made in CDM 5.3. The ability to retrieve lists of users has been moved from /internal/user to /v1/principal - That said, to retrieve the detailed information from a user, the endpoint remains at /internal/user/{id}
Steps to Reproduce:
Run Get-RubrikUser
The text was updated successfully, but these errors were encountered: