ApiUsersIdProfiles
Table of Contents
- find() : ApiUsersIdProfilesProfileId
 - Find by profileId
 - update() : void
 - Associate new profiles to a given API user.
 
Methods
find()
Find by profileId
    public
                find(string $profileId) : ApiUsersIdProfilesProfileId
    
        Parameters
- $profileId : string
 - 
                    
The profile identifier
 
Return values
ApiUsersIdProfilesProfileId —update()
Associate new profiles to a given API user.
    public
                update(ProfileIds|array<string|int, mixed>|null $profileIds) : void
    
        Parameters
- $profileIds : ProfileIds|array<string|int, mixed>|null
 - 
                    
The API profile to update