Documentation

Nonuser extends BaseEndpoint
in package

Table of Contents

Properties

$url  : string

Methods

postToUserId()  : mixed
Creates a non-user emergency contact for the given user.

Properties

$url

protected string $url = "https://api.sky.blackbaud.com/school/v1/users/{user_id}/emergencycontacts/nonuser"

Endpoint URL pattern

Methods

postToUserId()

Creates a non-user emergency contact for the given user.

public postToUserId(array{user_id: int} $params, EmergencyContactNonUserCreate $requestBody) : mixed

Requires at least one of the following roles in the Education Management system:

  • SKY API Data Sync
Parameters
$params : array{user_id: int}

An associative array

  • user_id: Format - int32. The ID of the user.
$requestBody : EmergencyContactNonUserCreate
Tags
throws
ArgumentException

if required parameters are not defined

Return values
mixed

Success


        
On this page

Search results