Create Permission Set
sf_create_permission_setCreate a Permission Set to grant specific object, field, Apex, and user permissions to a subset of users, extending access without altering their profile.
Instructions
Creates a Permission Set with object permissions, field permissions, Apex class access, and user permissions. Permission Sets extend a user's access without changing their profile. Use when you need to grant specific permissions to a subset of users (e.g., a 'Sales Manager' permission set that allows deleting opportunities).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Display label | |
| fullName | Yes | Permission set API name, e.g. 'Sales_Manager_Perms' | |
| description | No | Description of this permission set | |
| tabSettings | No | Tab visibility settings | |
| userPermissions | No | User-level permissions | |
| fieldPermissions | No | Field-level permissions to grant | |
| apexClassAccesses | No | Apex class access permissions | |
| objectPermissions | No | Object-level permissions to grant |