Group-Membership-Update; Login - MACROMEDIA BREEZE-USING THE BREEZE XML WEB SERVICES Use Manual

Using the breeze xml web services
Table of Contents

Advertisement

group-membership-update

Description
Adds one or more principals to a group, or removes one or more principals from a group.
To update multiple principals and groups, specify multiple trios of
and
is-member
Parameters
The access key for your account.
accesskey
Note: The
accesskey
include this parameter in Breeze 4.1, it is ignored.
The ID of the group for which you're updating the membership.
group-id
principal-id
Indicates whether the principal is added to (
is-member
group.
Filters
Results cannot be filtered or sorted.
Returned elements
None.
Sample results
<results>
<status code="ok" />
</results>

login

Description
Logs in a user.
After logging in, you must read and store the cookie called BREEZESESSION, which can be
found in the HTTP headers of the XML results. You must then include that cookie's value in
every subsequent request that you make as that logged-in user. For more information, see
security" on page
The following example parses the HTTP headers to store the cookie and then indicates how it
can be passed on for all subsequent requests.
To log in to Breeze and save the session cookie, use the following code:
login="john@example.com"
password="abcdefg"
accesskey="0123456789101112"
baseurl="http://breeze.example.com/"
50
Chapter 4: Action Reference
parameters. For more information, see
parameter is required only in Breeze 4.0; it is not required for Breeze 4.1. If you
The ID of the principal whose membership status you want to update.
17.
,
group-id
"About parameters" on page
) or deleted from (
true
,
principal-id
15.
) the
false
"About

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the BREEZE-USING THE BREEZE XML WEB SERVICES and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Breeze

Table of Contents