Class: ZendeskAPI::User::Identity

Inherits:
Resource show all
Defined in:
lib/zendesk_api/resources.rb

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from ZendeskAPI::Data

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ZendeskAPI::Data

Instance Method Details

#make_primary(options = {}) ⇒ Boolean

Makes this identity the primary one bumping all other identities down one

Parameters:

  • options (Hash) (defaults to: {})

    Options to pass to the request

Returns:

  • (Boolean)

    Success of this call



665
# File 'lib/zendesk_api/resources.rb', line 665

put :make_primary

#request_verification(options = {}) ⇒ Boolean

Requests verification for this identity

Parameters:

  • options (Hash) (defaults to: {})

    Options to pass to the request

Returns:

  • (Boolean)

    Success of this call



671
# File 'lib/zendesk_api/resources.rb', line 671

put :request_verification

#verify(options = {}) ⇒ Boolean

Verifies this identity

Parameters:

  • options (Hash) (defaults to: {})

    Options to pass to the request

Returns:

  • (Boolean)

    Success of this call



668
# File 'lib/zendesk_api/resources.rb', line 668

put :verify