cdd42dbdcd
Generated the following references: - `entities` - `inventory` - `js-client` - `pricing` - `product` - `services` - `stock-location` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
34 lines
459 B
Plaintext
34 lines
459 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# UserRoles
|
|
|
|
The user's role. These roles don't change the user's capabilities or provide access-control features.
|
|
|
|
## Enumeration Members
|
|
|
|
#### ADMIN
|
|
|
|
**ADMIN** = `"admin"`
|
|
|
|
The user is an admin.
|
|
|
|
___
|
|
|
|
#### DEVELOPER
|
|
|
|
**DEVELOPER** = `"developer"`
|
|
|
|
The user is a developer.
|
|
|
|
___
|
|
|
|
#### MEMBER
|
|
|
|
**MEMBER** = `"member"`
|
|
|
|
The user is a team member.
|