Identity & Access Management Errors
Empty Role Name
Error Code: 1
When creating a new user role, you must provide a name for the role. If no name is provided, an error will arise. The role will not be created. To resolve this, simply provide a name for the role when creating it.
Invalid Permissions
Error Code: 2
When creating a new user role, you must provide valid permissions. Encountering this error is unlikely, but it can still occur. Roles contain a collection of permissions that define which actions or resources a user has access to. This error condition would not be triggered when creating roles via the user interface. Instead, this would only occur when creating a new user role via the API. The FedsUserRole.Permissions value is declared as a string, but it should be a JSON array of numbers, where each number represents a value of FedsPermission.
Last updated
Was this helpful?