A freeform user-specified role or job duty played by a user in their organization.
dutyType | string The polymorphic type of the duty (not the Ruby type, the duty type). |
name | string <= 255 characters The name of the role. |
{- "dutyType": "string",
- "name": "string"
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "dutyType": "string",
- "name": "string"
}, - "relationships": { },
- "type": "string"
}
}
{- "data": {
- "attributes": {
- "dutyType": "string",
- "name": "string"
}, - "id": 0,
- "relationships": { },
- "type": "string"
}
}