Lux.Company.Roles (Lux v0.5.0)

View Source

Manages roles within a company.

Summary

Functions

Creates a new role in the company.

Deletes a role from the company.

Gets a role by ID.

Lists all roles in the company.

Updates an existing role in the company.

Functions

create(company, role)

Creates a new role in the company.

delete(company, role_id)

Deletes a role from the company.

get(company, role_id)

Gets a role by ID.

list(company)

Lists all roles in the company.

update(company, role_id, updates)

Updates an existing role in the company.