Procore.Api.CoreSettingsPersonalSettings (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreSettingsPersonalSettings
.
Summary
Functions
Returns avatar of the current user
Bulk create/update UI flags Create or update UI flags associated with company, and user
Functions
Link to this function
rest_v10_companies_company_id_settings_my_avatar_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_settings_my_avatar_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdSettingsMyAvatarGet200Response.t()} | {:error, Tesla.Env.t()}
Returns avatar of the current user
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdSettingsMyAvatarGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_companies_company_id_settings_my_avatar_put(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_settings_my_avatar_put( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdSettingsMyAvatarPut200Response.t()} | {:error, Tesla.Env.t()}
Bulk create/update UI flags Create or update UI flags associated with company, and user
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.opts
(keyword): Optional parameters:body
(RestV10CompaniesCompanyIdSettingsMyAvatarPutRequest):
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdSettingsMyAvatarPut200Response.t}
on success{:error, Tesla.Env.t}
on failure