_getCompanyName
Get the company name of the specified User.
Parameters
id
The ID of the User.
Example
FM_api('User_get', ['id' => '123']);
Result
On Success
The company name. For example: {'John Doe Inc.'}
On Failure
If the user is not logged in: {'error':not logged in'}
If there is no company name found: 'UNKNOWN'
Last updated