(t testing.TB, client *codersdk.Client, organizationID uuid.UUID, roles []rbac.RoleIdentifier, mutators ...func(r *codersdk.CreateUserRequestWithOrgs))
| 846 | } |
| 847 | |
| 848 | func CreateAnotherUserMutators(t testing.TB, client *codersdk.Client, organizationID uuid.UUID, roles []rbac.RoleIdentifier, mutators ...func(r *codersdk.CreateUserRequestWithOrgs)) (*codersdk.Client, codersdk.User) { |
| 849 | return createAnotherUserRetry(t, client, []uuid.UUID{organizationID}, 5, roles, mutators...) |
| 850 | } |
| 851 | |
| 852 | // AuthzUserSubject does not include the user's groups or the org-member role |
| 853 | // (which is a db-backed system role). |