MCPcopy Create free account
hub / github.com/ericls/imgdd / AddRoleToOrganizationUser

Method AddRoleToOrganizationUser

identity/interfaces.go:12–12  ·  view source on GitHub ↗
(organizationUserId string, roleKey string)

Source from the content-addressed store, hash-verified

10 CreateUserWithOrganization(email string, organizationName string, password string) (*dm.OrganizationUser, error)
11 CreateUser(email string, password string) (*dm.User, error)
12 AddRoleToOrganizationUser(organizationUserId string, roleKey string) error
13
14 GetUserById(id string) *dm.User
15 GetUsersByIds(ids []string) []*dm.User

Callers 2

forceAuthenticateMethod · 0.65

Implementers 1

DBIdentityRepoidentity/repo.go

Calls

no outgoing calls

Tested by 1

forceAuthenticateMethod · 0.52