We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
followup from
#45 (comment)
The text was updated successfully, but these errors were encountered:
also maybe #45 (comment)
Sorry, something went wrong.
pasting from links
POST /api/v1/role_definition/ with payload
/api/v1/role_definition/
{ "permissions": ["view_inventory"], "content_type": "shared.organization", "name": "View all org inventories", "description": "Custom Org Role" }
Then do a second POST to /api/v1/role_team_assignments/ (or role_user_assignments) with a payload of:
/api/v1/role_team_assignments/
{ "role_definition": <id of the role created>, "object_id": <id of the org>, "team": 2 }
Maybe add a link in here reminding that you defined rd as pointing to job templates to guide users as to why this allows all JTs in an organization.
Reminder that rd is a org-type role (not job template) and lists JT permissions.
rd
No branches or pull requests
followup from
#45 (comment)
#45 (comment)
The text was updated successfully, but these errors were encountered: