PHP Class Auth0\SDK\API\Management\Users

Inheritance: extends GenericResource
Datei anzeigen Open project: auth0/auth0-php

Public Methods

Method Description
create ( $data )
delete ( $user_id )
deleteAll ( )
deleteMultifactorProvider ( $user_id, $multifactor_provider )
get ( $user_id )
getAll ( $params = [] )
linkAccount ( $user_id, $post_identities_body )
search ( $params = [] )
unlinkAccount ( $user_id, $provider, $identity_id )
unlinkDevice ( $user_id, $device_id )
update ( $user_id, $data )

Method Details

create() public method

public create ( $data )

delete() public method

public delete ( $user_id )

deleteAll() public method

public deleteAll ( )

deleteMultifactorProvider() public method

public deleteMultifactorProvider ( $user_id, $multifactor_provider )

get() public method

public get ( $user_id )

getAll() public method

public getAll ( $params = [] )

linkAccount() public method

public linkAccount ( $user_id, $post_identities_body )

unlinkAccount() public method

public unlinkAccount ( $user_id, $provider, $identity_id )

unlinkDevice() public method

public unlinkDevice ( $user_id, $device_id )

update() public method

public update ( $user_id, $data )