Method DetailValidityCheck checkAddProfile(Payload payload) Sets the details for the specified profile.
Parameters:
Returns: ValidityCheck Since: 07-17-2023 String createProfile(String firstName, String lastName, String email, String licenseType) Creates a new profile. You should then call updateProfile for additional settings and sendInvite to email a profile invitation.
Parameters:
Returns: String Since: 07-17-2023 Payload getProfileInfo(String profileId) Returns details on the specified profile.
Parameters:
Returns: Payload Since: 07-17-2023 SystemDataView getProfiles() Returns a view for accessing profiles. Returns: SystemDataView DataList Name: Profiles
Since: 11-05-2020 boolean joinProfile(String userId, String profileId) Joins the user to the profile.
Parameters:
Returns: boolean Since: 07-17-2023 SystemDataView searchProfiles(Data criteria) Returns a view for accessing profiles that match the specified permissions.
Parameters:
Returns: SystemDataView DataList Name: Profiles
Since: 07-17-2023 sendInvite(String profileId) Sends an invitation email to the specified profile.
Parameters:
Since: 07-17-2023 setProfileStatus(String profileId, String status) Sets the status of the profile.
Parameters:
Since: 07-17-2023 String toString() Returns a description of this object. Returns: String Since: 11-05-2020 ValidityCheck updateProfile(String profileId, Payload payload) Sets the details for the specified profile.
Parameters:
Returns: ValidityCheck Since: 07-17-2023 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |