-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Serv Dealer Admin authorizer role #133
Comments
Ryan confirmed that the scope is limited to an organization and all child orgs. So application of this role to a user will require that user to be a member of an org or parent org with the org role "Serv Dealer Admin". |
Similar question as in #132, What is the scope of 'all' here? Does this imply that the listed objects are exempt from the organization/role check? |
All means actually all. These objects are exempt from the org check for
|
Got it.
But we still want to ensure that created Tasks are only for the user's organization(s)? |
Yes. The idea is that you could assign a student to some other org's task.
|
When trying to create a user in my own org, I get:
I strongly suspect this is because the 'organizations' attribute is in optional_parameters and is being set directly by "Setter", which checks update permissions. The solution is probably to have UserManager.create manually set the organizations instead of letting Setter do it. |
Also need to read names and ids of all OrgRoles.
|
What do you think about adding a parameter to |
Sounds like a great idea. |
The scope of this role may be within an organization. Ryan will confirm.
Quote from Ryan: Users in this role have the ability to manage registration and enrollment details on behalf of others, as well as create and assign tasks for organization members. They can view user achievement and credential status.
These are the people concerned with ensuring individual learners in partner organizations are being assigned
training and completing it.
The text was updated successfully, but these errors were encountered: