(add-member org-name member)
(add-member org-name member role)
Add a user to an organization
Add a user to an organization
(add-team-member org-name team-id user)
Add a user to a team
Add a user to a team
(all & [username])
List all the organizations belonging to the account making the request. When a username is provided, return only those organizations shared by both the account making the request and the user associated with the username.
List all the organizations belonging to the account making the request. When a username is provided, return only those organizations shared by both the account making the request and the user associated with the username.
(can-user-create-project-under-organization? username-to-check organization)
Return whether a user can create projects within an organization
Return whether a user can create projects within an organization
(change-org-member-role member org-name event-chan)
Change the role of an organization member
Change the role of an organization member
(create-team params)
Add a team to an organization
Add a team to an organization
(get-organizations-where-user-can-create-projects username-to-check)
(get-team org-name team-name)
Returns an Organizaion team given the team name.
Returns an Organizaion team given the team name.
(remove-member org-name member)
(remove-member org-name member team-id)
Remove a user from an organization or organization team
Remove a user from an organization or organization team
(single-owner-member? org-name)
Is user only members in org with owner role?
Is user only members in org with owner role?
(single-owner? team members)
Is the user the only member of the Owners team.
Is the user the only member of the Owners team.
(teams org-name)
Return the teams for an organization, removing 'members' team that is used internall by the API to store non-team based org members.
Return the teams for an organization, removing 'members' team that is used internall by the API to store non-team based org members.
(teams-all)
(teams-all organization-name)
Return all the teams for an organization.
Return all the teams for an organization.
(update params)
update organization profile
update organization profile
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close