Discovering All User Identities (GET users/discover)
Fetches all user identities in the current userâs address book.
Path
GET [path]/database/[version]/[container]/[environment]/public/users/discover
Parameters
- path
The URL to the CloudKit web service, which is
https://api.apple-cloudkit.com.- version
The protocol versionâcurrently, 1.
- container
A unique identifier for the appâs container. The container ID begins with
iCloud..- environment
The version of the appâs container. Pass
developmentto use the environment that is not accessible by apps available on the store. Passproductionto use the environment that is accessible by development apps and apps available on the store.
Response
Dictionary containing the results of the operation with the following keys:
Key |
Description |
|---|---|
|
Array of user identity dictionaries, described in User Identity Dictionary. |
Discovering User Identities (POST users/discover)
Copyright © 2018 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2016-06-13
