About Profile
The Profile object is a user role profile. Only one role profile can be assigned to a user. This object is read-only. Custom role profiles can only be created and changed on the Bill.com UI.
Default Roles
- Accountant
- Administrator
- Approver
- Clerk
- Payer
- Custom
Each role profile is strictly defined to allow specific authorizations. This is controlled via the Profile Permissions. For example, only individuals specifically authorized to pay bills can pay them. If the organization has an approval policy, bills will follow an automated workflow which require users with Approver permissions to approve or reject the bill payment.
Example
Request
<API_URL_EndPoint>/Crud/Read/Profile.json
data={
"id" : "0po01MGFSQOUJIWBev9m"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"entity" : "Profile",
"id" : "0po01MGFSQOUJIWBev9m",
"createdTime" : "2016-09-20T16:39:41.000+0000",
"updatedTime" : "2016-09-20T16:39:41.000+0000",
"name" : "Administrator",
"type" : "2",
"description" : null
}
}
Resources
Parameters