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
I see an Update method where you can change the name and permissions, but I don't think we actually want/need to expose that based on the comments below.
Currently, there are no plans to allow practitioners to create custom Account Roles (there is no create endpoint), and we do not allow modifying the default system roles. As such, we will just support reading down either the Admin or Member account roles by name - practitioners can then use the fetched data.prefect_account_role.foobar.id in order to set account membership in a followup resource
we no longer allow creating account roles (meaning only the default roles exist), and PATCH-ing the default roles will fail
therefore, we'll modify this issue to only scaffold the datasource, eg. reads
Let's add full support for Account Roles: https://app.prefect.cloud/api/docs#tag/Account-Roles
The text was updated successfully, but these errors were encountered: