User Guide

principal-custom-field-values 145
permission-id The permissions that the principal has for the specified SCO. This attribute is
returned only by the
permissions-info action.
principal-id The ID of the principal.
contact-id The ID for the contact information associated with the user. This value is null for
groups.
type The type of principal. Possible values include "user", "group", and various kinds of
primary groups:
"admins", "authors", "live-admins", and "course-admins". You can create
and modify users and groups, but not primary groups.
Contained tags
field
, name,
Returned by
permissions-info
, principal-update
Example
<principal-custom-field-values>
<field field-id="652" custom-seq="1" account-id="7" type="optional"
principal-id="653">
<name>Phone number</name>
<value>408-1111-111</value>
</field>
</principal-custom-field-values>
principal-custom-field-values
Description
Container tag; contains information about the values of a custom field in a principal.
For general information about principals, see About principals, SCOs, and IDs” on page 16.
Attributes
None.
Contained tags
field
Returned by
principal-info
Example
<principal-custom-field-values>
<field field-id="652" custom-seq="1" account-id="7" type="optional"
principal-id="653">
<name>Phone number</name>
<value>408-1111-111</value>
</field>
</principal-custom-field-values>